Skip to content

Commit

Permalink
Fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
steventkrawczyk committed Jul 31, 2023
1 parent 1ed2386 commit c5004fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions prompttools/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.0.16a0+321fd22'
git_version = '321fd223dc6023ec372ffc7fc17a59b1228e91d5'
__version__ = '0.0.16a0+1ed2386'
git_version = '1ed2386bd8038c4e74d011a5c66f5df400d5b3c7'
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,12 @@ def remove_extension(pattern):
author_email="[email protected], [email protected]",
license="Proprietary",
install_requires=requirements,
python_requires=">=3.8",
python_requires=">=3.9",
classifiers=[
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit c5004fd

Please sign in to comment.