Skip to content

Commit

Permalink
switch to python >3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
abearab committed Jun 24, 2024
1 parent 6675812 commit 1a6703a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
packages=find_packages(),
long_description=long_description,
long_description_content_type='text/x-rst',
python_requires='>=3.9',
python_requires='>=3.11,<4.0',
install_requires=[
"pandas",
"configparser",
Expand Down

0 comments on commit 1a6703a

Please sign in to comment.