diff --git a/setup.py b/setup.py index c7768c3..23773cf 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,6 @@ # license=LICENSE, license="MIT", packages=find_packages(exclude='tests'), - install_requires=install_requires, classifiers=[ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", @@ -41,7 +40,6 @@ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules", ],