Skip to content

Commit

Permalink
fix: python requires
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Sep 14, 2023
1 parent ae05aa2 commit 0d8a89e
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 @@ -25,7 +25,7 @@
packages=find_packages(exclude=["tests", "tests.*"]),
include_package_data=True,
data_files=[(str(DATA_DIR), data_files)],
python_requires="==3.11.*",
python_requires="==3.8.*",
# These will be synced with Pipfile by the pipeline.
# DO NOT edit these manually. Instead, update the Pipfile.
install_requires=[
Expand Down

0 comments on commit 0d8a89e

Please sign in to comment.