We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75c256e + ad527eb commit 5b879f0Copy full SHA for 5b879f0
3 files changed
.github/workflows/documentation.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-22.04
21
22
steps:
23
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
24
25
- name: Free Disk Space (Ubuntu)
26
uses: jlumbroso/free-disk-space@main
.github/workflows/wasm.yml
@@ -8,7 +8,7 @@ jobs:
8
9
10
11
12
13
14
pyproject.toml
@@ -34,7 +34,7 @@ classifiers = [
34
"Topic :: Scientific/Engineering :: Medical Science Apps.",
35
"Topic :: Software Development :: Libraries",
36
]
37
-requires-python = ">=3.9"
+requires-python = ">=3.10"
38
dependencies = [
39
"itk == 5.4.*",
40
0 commit comments