diff --git a/pyproject.toml b/pyproject.toml index f438a43..2839d68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,6 @@ build-backend = "setuptools.build_meta" [tool.black] line-length = 120 -target-version = ["py310"] +target-version = ["py311"] include = '\.pyi?$' diff --git a/setup.cfg b/setup.cfg index ad809a0..2346e3d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,8 +14,8 @@ classifiers = License :: OSI Approved :: MIT License Operating System :: POSIX :: Linux Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Topic :: Software Development :: Build Tools Topic :: System :: Software Distribution Topic :: Utilities diff --git a/tox.ini b/tox.ini index c121073..ee686d7 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py310,py311,py312 +envlist = py311,py312 skipsdist = True [testenv]