We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe36cc commit a36b729Copy full SHA for a36b729
2 files changed
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- python-version: ['3.10']
+ python-version: ['3.14']
12
13
runs-on: ubuntu-latest
14
pyproject.toml
@@ -6,7 +6,7 @@ readme = "README.md"
6
# Not fully supported:
7
# license-files = ["LICENSE.txt"]
# license = "BSD-2-Clause"
-requires-python = ">= 3.10"
+requires-python = ">= 3.14"
dependencies = [
'numpy',
'scipy',
0 commit comments