Skip to content

Commit

Permalink
Allow all python version below 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Bachibouzouk committed Jun 7, 2024
1 parent b31aaf8 commit 9ddd6a4
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 @@
version=__version__,
packages=find_packages(),
license="European Union Public License 1.2",
python_requires="<=3.11",
python_requires="<3.12",
package_data={"": ["*.txt", "*.dat", "*.doc", "*.rst", "*.xlsx", "*.csv"]},
install_requires=[
"pandas >= 1.3.3",
Expand Down

0 comments on commit 9ddd6a4

Please sign in to comment.