Skip to content

Commit cfc1024

Browse files
add python 3.13 to CI
1 parent bb0a394 commit cfc1024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ 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]
65+
# python versions for elephant: [3.8, 3.9, "3.10", 3.11, 3.12, 3.13]
6666
python-version: [3.9, "3.10", 3.11, 3.12]
6767
# OS [ubuntu-latest, macos-latest, windows-latest]
6868
os: [ubuntu-latest]

0 commit comments

Comments
 (0)