Skip to content

Commit

Permalink
remove <=3.11 in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Sep 6, 2023
1 parent b10b535 commit acb70be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"],
Expand Down

0 comments on commit acb70be

Please sign in to comment.