Skip to content

Commit bfbc398

Browse files
Support and test on 3.14
Closes #496
1 parent b8e6da1 commit bfbc398

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
secrets: inherit
2626
strategy:
2727
matrix:
28-
python: [ 3.11, 3.13 ]
28+
python: [ 3.11, 3.14 ]
2929
os: [ macos-latest, ubuntu-24.04, windows-latest ]

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifiers = [
1717
"Programming Language :: Python :: 3.11",
1818
"Programming Language :: Python :: 3.12",
1919
"Programming Language :: Python :: 3.13",
20+
"Programming Language :: Python :: 3.14",
2021
"Programming Language :: Python :: 3 :: Only",
2122
"Development Status :: 5 - Production/Stable",
2223
"Environment :: Other Environment",

0 commit comments

Comments
 (0)