Skip to content

Commit 0eb6c92

Browse files
authored
Officially support Python 3.13 and 3.14, and add CI for them (#87)
1 parent 2b1e74f commit 0eb6c92

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:

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ classifiers = [
2424
"Programming Language :: Python :: 3.10",
2525
"Programming Language :: Python :: 3.11",
2626
"Programming Language :: Python :: 3.12",
27+
"Programming Language :: Python :: 3.13",
28+
"Programming Language :: Python :: 3.14",
2729
"Topic :: Software Development :: Quality Assurance",
2830
"Topic :: Software Development :: Testing",
2931
]

0 commit comments

Comments
 (0)