Skip to content

Commit 790d649

Browse files
committed
Officially support Python 3.13 and 3.14, and add CI for them
1 parent 8aba409 commit 790d649

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/tox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
python-version: ["3.10", "3.11", "3.12"]
13+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1414
fail-fast: false
1515

1616
steps:

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@
7777
'Programming Language :: Python :: 3.10',
7878
'Programming Language :: Python :: 3.11',
7979
'Programming Language :: Python :: 3.12',
80+
'Programming Language :: Python :: 3.13',
81+
'Programming Language :: Python :: 3.14',
8082
'Topic :: Software Development :: Quality Assurance',
8183
'Topic :: Software Development :: Testing',
8284
],

0 commit comments

Comments
 (0)