undo drop python3.6, see #162 (#163)

This commit is contained in:
Akash Mahanty 2022-02-18 21:54:33 +05:30 committed by GitHub
parent 2650943f9d
commit d6ef55020c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -32,6 +32,7 @@ classifiers =
License :: OSI Approved :: MIT License License :: OSI Approved :: MIT License
Programming Language :: Python Programming Language :: Python
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.9
@ -40,7 +41,7 @@ classifiers =
[options] [options]
packages = find: packages = find:
python_requires = >= 3.7 python_requires = >= 3.6
install_requires = install_requires =
click click
requests requests

View File

@ -1,6 +1,6 @@
"""Module initializer and provider of static information.""" """Module initializer and provider of static information."""
__version__ = "3.0.4" __version__ = "3.0.5"
from .availability_api import WaybackMachineAvailabilityAPI from .availability_api import WaybackMachineAvailabilityAPI
from .cdx_api import WaybackMachineCDXServerAPI from .cdx_api import WaybackMachineCDXServerAPI