diff --git a/setup.py b/setup.py index 46bb18c..d993e6e 100644 --- a/setup.py +++ b/setup.py @@ -46,10 +46,11 @@ "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", - "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", ], entry_points={ "console_scripts": [ @@ -60,5 +61,5 @@ "fs", "google-crc32c", ], - python_requires=">=3.7", + python_requires=">=3.8", )