Skip to content

Commit 7c8696b

Browse files
authored
Merge pull request #1099 from p12tic/python-3.13
Declare compatibility with Python 3.13
2 parents e9f1029 + 483103a commit 7c8696b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Declared compatibility with Python 3.13.

setup.py

Lines changed: 1 addition & 0 deletions
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)