Skip to content

Commit a36b729

Browse files
committed
Bump to v3.14 Python
1 parent 8fe36cc commit a36b729

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-version: ['3.10']
11+
python-version: ['3.14']
1212

1313
runs-on: ubuntu-latest
1414

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
# Not fully supported:
77
# license-files = ["LICENSE.txt"]
88
# license = "BSD-2-Clause"
9-
requires-python = ">= 3.10"
9+
requires-python = ">= 3.14"
1010
dependencies = [
1111
'numpy',
1212
'scipy',

0 commit comments

Comments
 (0)