Merge pull request #1099 from p12tic/python-3.13

Declare compatibility with Python 3.13
This commit is contained in:
Povilas Kanapickas 2025-01-05 13:20:47 +02:00 committed by GitHub
commit 7c8696b2b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View File

@ -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:

View File

@ -0,0 +1 @@
Declared compatibility with Python 3.13.

View File

@ -21,6 +21,7 @@ setup(
"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",