File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 matrix :
2020 arch : [x64] # x86 unsupported by MicroMamba
2121 os : [ubuntu-latest, windows-latest, macos-latest]
22- jlversion : ['1','1.9 ']
22+ jlversion : ['1','1.10 ']
2323
2424 steps :
2525 - uses : actions/checkout@v4
5656 fail-fast : false
5757 matrix :
5858 os : [ubuntu-latest, windows-latest, macos-latest]
59- pyversion : ["3", "3.8 "]
59+ pyversion : ["3", "3.9 "]
6060
6161 steps :
6262 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ classifiers = [
1212 " License :: OSI Approved :: MIT License" ,
1313 " Operating System :: OS Independent" ,
1414]
15- requires-python = " >=3.8 , <4"
15+ requires-python = " >=3.9 , <4"
1616dependencies = [" juliapkg >=0.1.17, <0.2" ]
1717
1818[dependency-groups ]
You can’t perform that action at this time.
0 commit comments