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 36d21b7 commit fb749a3Copy full SHA for fb749a3
2 files changed
.github/workflows/python-package.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
strategy:
18
matrix:
19
- python-version: ["3.9", "3.15"]
+ python-version: ["3.9", "3.14"]
20
21
steps:
22
- uses: actions/checkout@v4
pyproject.toml
@@ -27,7 +27,6 @@ classifiers = [
27
"Programming Language :: Python :: 3.12",
28
"Programming Language :: Python :: 3.13",
29
"Programming Language :: Python :: 3.14",
30
- "Programming Language :: Python :: 3.15",
31
]
32
requires-python = ">=3.9"
33
dependencies = [
0 commit comments