Skip to content

Commit b43a510

Browse files
authored
Bump Julia requirement to v1.10 (#395)
1 parent f46b087 commit b43a510

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
include:
15-
- version: '1.6'
15+
- version: '1.10'
1616
os: ubuntu-latest
1717
arch: x64
1818
- version: '1'

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ Reexport = "0.2, 1.0"
3232
SemialgebraicSets = "0.3"
3333
StarAlgebras = "0.3"
3434
SymbolicWedderburn = "0.4"
35-
julia = "1.6"
35+
julia = "1.10"

0 commit comments

Comments
 (0)