Skip to content

Commit f0e6b19

Browse files
authored
Merge pull request #3 from stevengj/versionmin
PythonCall seems to require Julia 1.6+
2 parents 189987c + 8b759be commit f0e6b19

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
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
version:
16-
- '1.4'
16+
- '1.6'
1717
- '1'
1818
# - 'nightly'
1919
os:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ VersionParsing = "81def892-9a0e-5fdd-b105-ffc91e053289"
1414
[compat]
1515
PythonCall = "0.5, 0.6, 0.7, 0.8"
1616
CondaPkg = "0.2"
17-
julia = "1.4"
17+
julia = "1.6"
1818
LaTeXStrings = "1"
1919
Colors = "0.9, 0.10, 0.11, 0.12, 1"
2020
VersionParsing = "1"

0 commit comments

Comments
 (0)