Skip to content

Commit

Permalink
Declare compatibility with Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
p12tic committed Jan 5, 2025
1 parent 62789a2 commit c73e086
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]

runs-on: ubuntu-latest
container:
Expand Down
1 change: 1 addition & 0 deletions newsfragments/python313.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Declared compability with Python 3.13.

Check failure on line 1 in newsfragments/python313.misc

View workflow job for this annotation

GitHub Actions / Check for spelling errors

compability ==> compatibility
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit c73e086

Please sign in to comment.