Skip to content

Commit

Permalink
Expand Python support for le-utils for ease.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles committed Jan 12, 2024
1 parent 0bd48e5 commit b17514f
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 @@ -33,5 +33,5 @@
],
author="Learning Equality",
author_email="[email protected]",
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <3.12",
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <3.13",
)

0 comments on commit b17514f

Please sign in to comment.