Skip to content

Commit e119d22

Browse files
Support Python 3.14 (#1898)
1 parent 3903fda commit e119d22

3 files changed

Lines changed: 22 additions & 23 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
32
name: Test
43

54
on:
@@ -16,10 +15,9 @@ permissions: {}
1615

1716
jobs:
1817
build:
19-
2018
strategy:
2119
matrix:
22-
python-version: ['3.13']
20+
python-version: ['3.13', '3.14']
2321
platform: [ubuntu-latest, windows-latest]
2422

2523
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",
@@ -310,7 +311,7 @@ pep621_dev_dependency_groups = [
310311
[tool.pyproject-fmt]
311312
indent = 4
312313
keep_full_version = true
313-
max_supported_python = "3.13"
314+
max_supported_python = "3.14"
314315

315316
[tool.pytest.ini_options]
316317

uv.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)