Skip to content

Commit

Permalink
update Python version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jeblister committed Jul 1, 2024
1 parent 177e69f commit 83e557c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
python_requires=">=3.7",
python_requires=">=3.9",
install_requires=[
"phidata==2.4.22",
"pydantic==2.7.4",
Expand Down

0 comments on commit 83e557c

Please sign in to comment.