Skip to content

Commit 1a25fbc

Browse files
committed
numba still not ok with python 3.13
1 parent 3e3f2de commit 1a25fbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
coverage:
1616
runs-on: ubuntu-latest
1717
env:
18-
python-version: 3.13
18+
python-version: 3.12
1919

2020
steps:
2121
- uses: actions/checkout@v4

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
documentation:
1616
runs-on: ubuntu-latest
1717
env:
18-
python-version: 3.13
18+
python-version: 3.12
1919

2020
steps:
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)