Skip to content

Commit

Permalink
python req.
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelMakarchuk committed Dec 3, 2024
1 parent 9ddcd34 commit f348153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
extras_require={
"dev": dev_requirements,
},
# Windows CI requires Python 3.9.
python_requires=">=3.7",
# Windows CI requires Python 3.10.
python_requires=">=3.10",
install_requires=general_requirements,
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit f348153

Please sign in to comment.