Skip to content

Commit 8bfe218

Browse files
normanrzjstriebel
andauthored
Support py3.10, drop py3.7 (#833)
* test py3.10 * run all CI * poetry updates * upgrade fastremap * updates * no py3.7 * inducoapi * mypy + pylint * fixes * type fixes * upgrade indocuapi * fix comment * update zarr * drop py3.7 * changelog * poetry update * Apply suggestions from code review Co-authored-by: Jonathan Striebel <[email protected]> * dtypelike * Update .github/workflows/ci.yml --------- Co-authored-by: Jonathan Striebel <[email protected]>
1 parent cb8022d commit 8bfe218

File tree

26 files changed

+3164
-3734
lines changed

26 files changed

+3164
-3734
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
max-parallel: 4
4242
matrix:
4343
executors: [multiprocessing, slurm, kubernetes]
44-
python-version: [3.8]
44+
python-version: ["3.8", "3.9", "3.10"]
4545
defaults:
4646
run:
4747
working-directory: cluster_tools
@@ -137,7 +137,7 @@ jobs:
137137
strategy:
138138
max-parallel: 4
139139
matrix:
140-
python-version: [3.7, 3.8, 3.9]
140+
python-version: ["3.8", "3.9", "3.10"]
141141
group: [1, 2, 3]
142142
fail-fast: false
143143
defaults:
@@ -189,7 +189,7 @@ jobs:
189189
strategy:
190190
max-parallel: 4
191191
matrix:
192-
python-version: [3.7, 3.8, 3.9]
192+
python-version: ["3.8", "3.9", "3.10"]
193193
defaults:
194194
run:
195195
working-directory: wkcuber
@@ -236,7 +236,7 @@ jobs:
236236
strategy:
237237
max-parallel: 4
238238
matrix:
239-
python-version: [3.7, 3.8]
239+
python-version: ["3.8", "3.9", "3.10"]
240240
defaults:
241241
run:
242242
working-directory: wkcuber
@@ -269,7 +269,7 @@ jobs:
269269
strategy:
270270
max-parallel: 4
271271
matrix:
272-
python-version: [3.7, 3.8]
272+
python-version: ["3.8", "3.9", "3.10"]
273273
defaults:
274274
run:
275275
working-directory: wkcuber

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
max-parallel: 4
1313
matrix:
14-
python-version: [3.7, 3.8, 3.9]
14+
python-version: ["3.8", "3.9", "3.10"]
1515
group: [1, 2, 3]
1616
defaults:
1717
run:

0 commit comments

Comments
 (0)