Skip to content

Commit 2f701fe

Browse files
committed
Add support for Python 3.13
Signed-off-by: Mikhail Koviazin <[email protected]>
1 parent 1314133 commit 2f701fe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/integration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
max-parallel: 15
2727
matrix:
28-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.8', 'pypy-3.9']
28+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10']
2929
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
3030
fail-fast: false
3131
env:

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def get_libraries():
8383
'Programming Language :: Python :: 3.10',
8484
'Programming Language :: Python :: 3.11',
8585
'Programming Language :: Python :: 3.12',
86+
'Programming Language :: Python :: 3.13',
8687
'Programming Language :: Python :: Implementation :: CPython',
8788
'Topic :: Software Development',
8889
],

0 commit comments

Comments
 (0)