diff --git a/setup.py b/setup.py index b29c509d..73cad822 100644 --- a/setup.py +++ b/setup.py @@ -44,12 +44,9 @@ def find_version(*file_paths): "torch-pitch-shift>=1.2.0", ], extras_require={"extras": ["PyYAML"]}, - python_requires=">=3.6,<3.10", + python_requires=">=3.6", classifiers=[ - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Development Status :: 3 - Alpha",