Skip to content

Commit

Permalink
numba not ready for python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
moustakas committed Dec 10, 2024
1 parent ade4224 commit 31abc2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
python-version: ['3.10', '3.11', '3.12', '3.13']
python-version: ['3.10', '3.11', '3.12']
env:
DESIUTIL_VERSION: 3.4.3

Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
python-version: ['3.10', '3.11', '3.12', '3.13']
python-version: ['3.10', '3.11', '3.12']
env:
DESIUTIL_VERSION: 3.4.3

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ['3.13']
python-version: ['3.12']

steps:
- name: Checkout code
Expand All @@ -103,7 +103,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ['3.13']
python-version: ['3.12']

steps:
- name: Checkout code
Expand Down

0 comments on commit 31abc2a

Please sign in to comment.