We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8bfda commit b36446cCopy full SHA for b36446c
.github/workflows/test-package.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- python-version: ['3.12']
+ python-version: ['3.14']
14
steps:
15
- uses: actions/checkout@v2
16
- name: Set up Python ${{matrix.python-version}}
pyproject.toml
@@ -14,9 +14,10 @@ dependencies = [
"joblib>=1.4.0",
"matplotlib>=3.9.0",
]
17
-requires-python = ">=3.7, <3.14"
+requires-python = ">=3.7"
18
authors = [
19
{name="Steven Dahdah", email="steven.dahdah@mail.mcgill.ca"},
20
+ {name="Timothy Everett Adams", email="timothy.adams@mail.mcgill.ca"},
21
{name="James Richard Forbes", email="james.richard.forbes@mcgill.ca"},
22
23
description = "D-K iteration in Python"
0 commit comments