Skip to content

Commit

Permalink
Remove upper python version restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Nov 4, 2021
1 parent 1152f1e commit 1a905ac
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1a905ac

Please sign in to comment.