Skip to content

Commit 483103a

Browse files
committed
Declare compatibility with Python 3.13
Signed-off-by: Povilas Kanapickas <[email protected]>
1 parent e9f1029 commit 483103a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
12+
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
1313

1414
runs-on: ubuntu-latest
1515
container:

newsfragments/python313.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Declared compatibility with Python 3.13.

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"Programming Language :: Python :: 3.10",
2222
"Programming Language :: Python :: 3.11",
2323
"Programming Language :: Python :: 3.12",
24+
"Programming Language :: Python :: 3.13",
2425
"Intended Audience :: Developers",
2526
"Operating System :: OS Independent",
2627
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)