Skip to content

Commit

Permalink
Updated the requirements for python in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
turetske committed Oct 15, 2024
1 parent b4ac8ef commit 2cd65c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Science/Research",
"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 :: Only",
Expand All @@ -33,7 +31,7 @@
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
package_dir={"": "src"},
python_requires=">=3.7, <4",
python_requires=">=3.9, <4",
install_requires=["aiohttp~=3.9.4",
"aiosignal~=1.3.1",
"async-timeout~=4.0.3",
Expand Down

0 comments on commit 2cd65c9

Please sign in to comment.