Skip to content

Commit 90cd53b

Browse files
committed
Support Python 3.14
1 parent ea3ad4c commit 90cd53b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
strategy:
1919
matrix:
20-
python-version: ['3.13']
20+
python-version: ['3.13', '3.14']
2121
platform: [ubuntu-latest, windows-latest]
2222

2323
runs-on: ${{ matrix.platform }}

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers = [
2626
"Operating System :: POSIX",
2727
"Programming Language :: Python :: 3 :: Only",
2828
"Programming Language :: Python :: 3.13",
29+
"Programming Language :: Python :: 3.14",
2930
]
3031
dynamic = [
3132
"version",
@@ -311,7 +312,7 @@ pep621_dev_dependency_groups = [
311312
[tool.pyproject-fmt]
312313
indent = 4
313314
keep_full_version = true
314-
max_supported_python = "3.13"
315+
max_supported_python = "3.14"
315316

316317
[tool.pytest.ini_options]
317318

0 commit comments

Comments
 (0)