File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ exclude = [
1414]
1515include = [" bioimageio" , " scripts" , " tests" ]
1616pythonPlatform = " All"
17- pythonVersion = " 3.12 "
17+ pythonVersion = " 3.8 "
1818reportDuplicateImport = " error"
1919reportImplicitStringConcatenation = " error"
2020reportImportCycles = true
@@ -48,7 +48,7 @@ testpaths = ["bioimageio/spec", "tests"]
4848
4949[tool .ruff ]
5050line-length = 88
51- target-version = " py312 "
51+ target-version = " py38 "
5252exclude = [
5353 " bioimageio_cache" ,
5454 " scripts/pdoc/original.py" ,
Original file line number Diff line number Diff line change 4747 "tifffile>=2020.7.4" ,
4848 "tqdm" ,
4949 "typing-extensions" ,
50+ "exceptiongroup" , # TODO: remove when py3.11 is lowest supported version
5051 "zipp" ,
5152 ],
5253 extras_require = {
You can’t perform that action at this time.
0 commit comments