Skip to content

Commit 80b6c55

Browse files
committed
update to stable python/julia
1 parent 649f332 commit 80b6c55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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
@@ -56,7 +56,7 @@ jobs:
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
1616
dependencies = ["juliapkg >=0.1.17, <0.2"]
1717

1818
[dependency-groups]

0 commit comments

Comments
 (0)