Skip to content

Commit 6cc60b8

Browse files
committedNov 12, 2024
update python version
1 parent 54c634d commit 6cc60b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[mypy]
2-
python_version = 3.9
2+
python_version = 3.10
33
plugins = numpy.typing.mypy_plugin
44

55
ignore_errors = False

‎pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dynamic= [
1010
]
1111
description = "SpatialData IO for common techs"
1212
readme = "README.md"
13-
requires-python = ">=3.9"
13+
requires-python = ">=3.10"
1414
license = {file = "LICENSE"}
1515
authors = [
1616
{name = "scverse"},
@@ -83,7 +83,7 @@ skip_glob = ["docs/*"]
8383

8484
[tool.black]
8585
line-length = 120
86-
target-version = ['py39']
86+
target-version = ['py310']
8787
include = '\.pyi?$'
8888
exclude = '''
8989
(

0 commit comments

Comments
 (0)