Skip to content

Commit

Permalink
Update minimum python version
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyKh committed Sep 17, 2024
1 parent a0d3ca9 commit c5f4596
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,14 @@
author_email="guykhmel@gmail.com",
url="https://github.com/GuyKh/py-ims-envista",
packages=setuptools.find_packages(),
python_requires=">=3.6",
python_requires=">=3.10",
install_requires=["requests","urllib3","loguru"],
license="MIT License",
zip_safe=False,
keywords=["ims","weatheril","Israel Meteorological Service","Meteorological Service","weather"],
classifiers=[ "Intended Audience :: Developers",
"Topic :: Software Development :: Build Tools",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.6",
"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",
"Programming Language :: Python :: 3.12",
Expand Down

0 comments on commit c5f4596

Please sign in to comment.