Skip to content

Commit 555ad1c

Browse files
committed
Support for Python 3.14
1 parent febf6e5 commit 555ad1c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- macos-latest
2222
python-version:
2323
- "3.10"
24-
- "3.x"
24+
- "3.14"
2525

2626
steps:
2727
# Pixi should manage Python versions, but it doesn't work on Windows in GitHub Actions

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ classifiers = [
1818
"Programming Language :: Python :: 3.11",
1919
"Programming Language :: Python :: 3.12",
2020
"Programming Language :: Python :: 3.13",
21+
"Programming Language :: Python :: 3.14",
2122
]
2223
requires-python = ">=3.10"
2324
# This is duplicate, must also be changed below in the pixi configuration

0 commit comments

Comments
 (0)