Skip to content

Commit

Permalink
Revert lower bound of Python for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Vibhu Jawa committed Dec 23, 2024
1 parent 768d5ab commit 459d08a
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 @@ -78,6 +78,6 @@ def read_requirements(filename):
**dev_requirements,
"all": list(itertools.chain(*list(requirements.values()))),
},
python_requires=">=3.10, <3.13",
python_requires=">=3.8, <3.13",
test_suite="tests",
)

0 comments on commit 459d08a

Please sign in to comment.