We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3ad4c commit 90cd53bCopy full SHA for 90cd53b
2 files changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
build:
18
strategy:
19
matrix:
20
- python-version: ['3.13']
+ python-version: ['3.13', '3.14']
21
platform: [ubuntu-latest, windows-latest]
22
23
runs-on: ${{ matrix.platform }}
pyproject.toml
@@ -26,6 +26,7 @@ classifiers = [
26
"Operating System :: POSIX",
27
"Programming Language :: Python :: 3 :: Only",
28
"Programming Language :: Python :: 3.13",
29
+ "Programming Language :: Python :: 3.14",
30
]
31
dynamic = [
32
"version",
@@ -311,7 +312,7 @@ pep621_dev_dependency_groups = [
311
312
[tool.pyproject-fmt]
313
indent = 4
314
keep_full_version = true
-max_supported_python = "3.13"
315
+max_supported_python = "3.14"
316
317
[tool.pytest.ini_options]
318
0 commit comments