Skip to content

Commit

Permalink
3.9 in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eimrek committed Nov 2, 2023
1 parent 96e51fc commit 227413f
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 @@ -21,7 +21,7 @@
long_description=open(MODULE_DIR.joinpath("README.md")).read(),
long_description_content_type="text/markdown",
packages=find_packages(exclude=["tests", "profiles"]),
python_requires=">=3.8",
python_requires=">=3.9",
install_requires=REQUIREMENTS,
extras_require={"dev": DEV, "testing": TESTING},
entry_points={
Expand Down

0 comments on commit 227413f

Please sign in to comment.