Skip to content

Commit

Permalink
✨ Add support for Python 3.13, tests in CI and add PyPI trove classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Dec 14, 2024
1 parent f757204 commit ff033ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
python-version: [ "3.12" ]
python-version: [ "3.13" ]
include:
- os: ubuntu-latest
python-version: "3.7"
Expand All @@ -32,6 +32,8 @@ jobs:
python-version: "3.10"
- os: macos-latest
python-version: "3.11"
- os: macos-latest
python-version: "3.12"
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"License :: OSI Approved :: MIT License",
]
dependencies = [
Expand Down

0 comments on commit ff033ac

Please sign in to comment.