Skip to content

Commit b36446c

Browse files
committed
Update for Python 3.14
1 parent 0b8bfda commit b36446c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
python-version: ['3.12']
13+
python-version: ['3.14']
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Set up Python ${{matrix.python-version}}

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ dependencies = [
1414
"joblib>=1.4.0",
1515
"matplotlib>=3.9.0",
1616
]
17-
requires-python = ">=3.7, <3.14"
17+
requires-python = ">=3.7"
1818
authors = [
1919
{name="Steven Dahdah", email="steven.dahdah@mail.mcgill.ca"},
20+
{name="Timothy Everett Adams", email="timothy.adams@mail.mcgill.ca"},
2021
{name="James Richard Forbes", email="james.richard.forbes@mcgill.ca"},
2122
]
2223
description = "D-K iteration in Python"

0 commit comments

Comments
 (0)