Skip to content

Commit b518fd3

Browse files
support 3.14
1 parent 0b472d4 commit b518fd3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
python-version: [
15-
'3.8', '3.9', '3.10', '3.11', '3.12', '3.13',
15+
'3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14',
1616
'pypy-3.8', 'pypy-3.10'
1717
]
1818

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3.11",
2222
"Programming Language :: Python :: 3.12",
2323
"Programming Language :: Python :: 3.13",
24+
"Programming Language :: Python :: 3.14",
2425
]
2526
license = {"file" = "LICENSE"}
2627
keywords = ["async", "enumerate", "itertools", "builtins", "functools", "contextlib"]

0 commit comments

Comments
 (0)