Skip to content

Commit

Permalink
Run some tests on python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Giguere committed Dec 19, 2024
1 parent fda0c40 commit b9f3365
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
# the lack of a variable is _always_ false-y, and the defaults lack all
# the special cases.
include:
- case-name: p312 numpy 2
- case-name: p313 numpy 2
os: ubuntu-latest
python-version: "3.12"
python-version: "3.13"
numpy-build: ">=2.0.0"
numpy-requirement: ">=2.0.0"
pypi: 1
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
# Mac has issues with MKL since september 2022.
- case-name: macos
os: macos-latest
python-version: "3.12"
python-version: "3.13"
numpy-build: ">=2.0.0"
numpy-requirement: ">=2.0.0"
condaforge: 1
Expand All @@ -104,7 +104,7 @@ jobs:

- case-name: Windows
os: windows-latest
python-version: "3.11"
python-version: "3.13"
numpy-build: ">=2.0.0"
numpy-requirement: ">=2.0.0"
pypi: 1
Expand Down

0 comments on commit b9f3365

Please sign in to comment.