diff --git a/setup.cfg b/setup.cfg index ef01a051..931dd877 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,8 +10,6 @@ classifiers = Programming Language :: Python Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.8 - Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 @@ -19,7 +17,7 @@ classifiers = [options] packages = pypcode -python_requires = >=3.8 +python_requires = >=3.10 [options.extras_require] docs =