Skip to content

Commit 969f5e8

Browse files
Merge branch 'master' into fix/parallel_stuck
2 parents 492f53c + be33aa4 commit 969f5e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
runs-on: ${{ matrix.os }}
6363
strategy:
6464
matrix:
65-
# python versions for elephant: [3.8, 3.9, "3.10", 3.11, 3.12]
66-
python-version: [3.9, "3.10", 3.11, 3.12]
65+
# python versions for elephant: [3.8, 3.9, "3.10", 3.11, 3.12, 3.13]
66+
python-version: [3.9, "3.10", 3.11, 3.12, 3.13]
6767
# OS [ubuntu-latest, macos-latest, windows-latest]
6868
os: [ubuntu-latest]
6969
# do not cancel all in-progress jobs if any matrix job fails

0 commit comments

Comments
 (0)