Skip to content

Commit f6055c7

Browse files
authored
Merge pull request #128 from quantling/julia1.11
Add support for Julia 1.11
2 parents 1eedd79 + 6412d19 commit f6055c7

File tree

6 files changed

+131
-118
lines changed

6 files changed

+131
-118
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'
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)