Skip to content

Commit

Permalink
excluded bound for python range to be explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
scap3yvt authored Nov 30, 2023
1 parent 71746a2 commit 680e098
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 @@ -125,7 +125,7 @@ def run(self):
version=__version__,
author="MLCommons",
author_email="[email protected]",
python_requires=">=3.9, <=3.11",
python_requires=">3.8, <3.12",
packages=find_packages(
where=os.path.dirname(os.path.abspath(__file__)),
exclude=toplevel_package_excludes,
Expand Down

0 comments on commit 680e098

Please sign in to comment.