Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding authored Nov 13, 2022
1 parent fa10d88 commit 9e705ee
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 @@ -65,7 +65,7 @@ def parse_requirements_file(path):
maintainer_email=metadata.email,
license=metadata.license,
url=metadata.url,
python_requires=">=3.8.0,<3.12",
python_requires=">=3.8.0,<3.13",
packages=setuptools.find_namespace_packages(include=["hikari*"]),
entry_points={"console_scripts": ["hikari = hikari.cli:main"]},
install_requires=parse_requirements_file("requirements.txt"),
Expand Down

0 comments on commit 9e705ee

Please sign in to comment.