From 6cc60b8377fccc35b7ab0cf7da017789a4707344 Mon Sep 17 00:00:00 2001 From: Wouter-Michiel Vierdag Date: Tue, 12 Nov 2024 01:20:46 +0100 Subject: [PATCH] update python version --- .mypy.ini | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.mypy.ini b/.mypy.ini index 4da7a91d..f658d6f6 100644 --- a/.mypy.ini +++ b/.mypy.ini @@ -1,5 +1,5 @@ [mypy] -python_version = 3.9 +python_version = 3.10 plugins = numpy.typing.mypy_plugin ignore_errors = False diff --git a/pyproject.toml b/pyproject.toml index 6b12efe6..c323cd19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dynamic= [ ] description = "SpatialData IO for common techs" readme = "README.md" -requires-python = ">=3.9" +requires-python = ">=3.10" license = {file = "LICENSE"} authors = [ {name = "scverse"}, @@ -83,7 +83,7 @@ skip_glob = ["docs/*"] [tool.black] line-length = 120 -target-version = ['py39'] +target-version = ['py310'] include = '\.pyi?$' exclude = ''' (