From b01388e91d64b3321058467e4ad35a3bdac504e8 Mon Sep 17 00:00:00 2001 From: Alessandro Amici Date: Wed, 27 Sep 2023 08:48:23 +0200 Subject: [PATCH] Add 3.11 --- setup.cfg | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/setup.cfg b/setup.cfg index c608093..bf0e0ec 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,6 +15,7 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Topic :: Scientific/Engineering long_description_content_type=text/markdown long_description = file: README.md @@ -42,12 +43,3 @@ console_scripts = [flake8] max-line-length = 120 extend-ignore = E203, W503 - -[mypy] -plugins = numpy.typing.mypy_plugin - -[mypy-py] -ignore_missing_imports = True - -[mypy-rasterio] -ignore_missing_imports = True