Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Snedashkovsky authored Feb 13, 2024
1 parent 1c389b5 commit 8509211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def read_requirements(path):
include_package_data=True,
author_email="",
license="MIT",
python_requires=">=3.8",
python_requires="3.9,<3.12",
install_requires=requirements,
extras_require={
"dev": extra_requirements_dev,
Expand All @@ -86,9 +86,9 @@ def read_requirements(path):
# Pick your license as you wish
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Mathematics",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
Expand Down

0 comments on commit 8509211

Please sign in to comment.