We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e6da1 commit bfbc398Copy full SHA for bfbc398
2 files changed
.github/workflows/tests.yml
@@ -25,5 +25,5 @@ jobs:
25
secrets: inherit
26
strategy:
27
matrix:
28
- python: [ 3.11, 3.13 ]
+ python: [ 3.11, 3.14 ]
29
os: [ macos-latest, ubuntu-24.04, windows-latest ]
pyproject.toml
@@ -17,6 +17,7 @@ classifiers = [
17
"Programming Language :: Python :: 3.11",
18
"Programming Language :: Python :: 3.12",
19
"Programming Language :: Python :: 3.13",
20
+ "Programming Language :: Python :: 3.14",
21
"Programming Language :: Python :: 3 :: Only",
22
"Development Status :: 5 - Production/Stable",
23
"Environment :: Other Environment",
0 commit comments