We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent febf6e5 commit 555ad1cCopy full SHA for 555ad1c
.github/workflows/checks.yml
@@ -21,7 +21,7 @@ jobs:
21
- macos-latest
22
python-version:
23
- "3.10"
24
- - "3.x"
+ - "3.14"
25
26
steps:
27
# Pixi should manage Python versions, but it doesn't work on Windows in GitHub Actions
pyproject.toml
@@ -18,6 +18,7 @@ classifiers = [
18
"Programming Language :: Python :: 3.11",
19
"Programming Language :: Python :: 3.12",
20
"Programming Language :: Python :: 3.13",
+ "Programming Language :: Python :: 3.14",
]
requires-python = ">=3.10"
# This is duplicate, must also be changed below in the pixi configuration
0 commit comments