diff --git a/pyproject.toml b/pyproject.toml index 052142f1..3bf3e2d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,8 +14,11 @@ authors = [ classifiers = [ "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", + "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", ] [project.scripts]