Skip to content

Commit

Permalink
Add support for Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaskivskyi committed Apr 27, 2022
1 parent 3b67a91 commit 4456775
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = asusrouter
version = 0.2.7
version = 0.2.8
author = Yevhenii Vaskivskyi
author_email = [email protected]
license = Apache-2.0
Expand All @@ -16,12 +16,12 @@ classifiers =
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.9
Topic :: Software Development :: Libraries

[options]
packages = find:
python_requires = >=3.10.0
python_requires = >=3.9.0
install_requires =
aiohttp ==3.8.1
urllib3 ==1.26.8
Expand Down

0 comments on commit 4456775

Please sign in to comment.