Skip to content

Commit

Permalink
Add 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Sep 27, 2023
1 parent 823bff9 commit b01388e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit b01388e

Please sign in to comment.