drop support for Python 3.10

This commit is contained in:
Fabio Valentini 2023-10-04 11:32:35 +02:00
parent d999129315
commit 2edba5f881
No known key found for this signature in database
GPG key ID: 5AC5F572E5D410AF
3 changed files with 3 additions and 3 deletions

View file

@ -4,6 +4,6 @@ build-backend = "setuptools.build_meta"
[tool.black] [tool.black]
line-length = 120 line-length = 120
target-version = ["py310"] target-version = ["py311"]
include = '\.pyi?$' include = '\.pyi?$'

View file

@ -14,8 +14,8 @@ classifiers =
License :: OSI Approved :: MIT License License :: OSI Approved :: MIT License
Operating System :: POSIX :: Linux Operating System :: POSIX :: Linux
Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Software Development :: Build Tools Topic :: Software Development :: Build Tools
Topic :: System :: Software Distribution Topic :: System :: Software Distribution
Topic :: Utilities Topic :: Utilities

View file

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py310,py311,py312 envlist = py311,py312
skipsdist = True skipsdist = True
[testenv] [testenv]