Fix Python version info in pip installation instructions (#1498)

* Fix Python version info in pip installation instructions

* Moved refs to Python 3.9 and newer

* README update

---------

Co-authored-by: AU <adam-urbanczyk@users.noreply.github.com>
This commit is contained in:
Jeremy Wright
2024-01-30 11:20:56 -05:00
committed by GitHub
parent e9b8b31f6a
commit 551a231570
4 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@ setup(
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
packages=find_packages(exclude=("tests",)),
python_requires=">=3.8",
python_requires=">=3.9",
setup_requires=setup_reqs,
install_requires=reqs,
extras_require={