We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c634d commit 6cc60b8Copy full SHA for 6cc60b8
.mypy.ini
@@ -1,5 +1,5 @@
1
[mypy]
2
-python_version = 3.9
+python_version = 3.10
3
plugins = numpy.typing.mypy_plugin
4
5
ignore_errors = False
pyproject.toml
@@ -10,7 +10,7 @@ dynamic= [
10
]
11
description = "SpatialData IO for common techs"
12
readme = "README.md"
13
-requires-python = ">=3.9"
+requires-python = ">=3.10"
14
license = {file = "LICENSE"}
15
authors = [
16
{name = "scverse"},
@@ -83,7 +83,7 @@ skip_glob = ["docs/*"]
83
84
[tool.black]
85
line-length = 120
86
-target-version = ['py39']
+target-version = ['py310']
87
include = '\.pyi?$'
88
exclude = '''
89
(
0 commit comments