diff --git a/setup.py b/setup.py index 3c97d8b90..5c3a18498 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ ] }, include_packages=True, - python_requires=">=3.7.7, <=3.11", + python_requires=">=3.7.7", install_requires=[ "scipy>=1.7.1", "pandas>=1.2.5", @@ -45,6 +45,7 @@ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Topic :: Software Development :: Libraries :: Python Modules", ], tests_require=["pytest"],