Skip to content

Commit 27230f7

Browse files
committed
add julia 1.11 pre-release and python 3.12 to CI testing
1 parent 1eedd79 commit 27230f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ jobs:
1414
version:
1515
- '1.9'
1616
- '1.10'
17+
- '~1.11.0-0'
1718
os:
1819
- ubuntu-latest
1920
- macOS-latest
2021
- windows-latest
2122
python-version:
2223
- 3.8
23-
- 3.11
24+
- 3.12
2425
arch:
2526
- x64
2627
experimental:

0 commit comments

Comments
 (0)