mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:14:54 +02:00
Drop Python 3.6 support (#9216)
* Remove deprecation warnings * update ci * update setup.py files * update changelog * update pinnings * update requests and friends * update setuptools pin * update setuptools pin pt2 * update pytz * upgrade pyparsing * upgrade boto deps * update deps and docs * update pyproject.toml comment * remove trailets pin * remove explicit PYTHON_VERSION
This commit is contained in:
@@ -28,7 +28,7 @@ from pyparsing import White
|
||||
from pyparsing import ZeroOrMore
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from typing_extensions import SupportsIndex # typing.SupportsIndex not supported on Python 3.6
|
||||
from typing_extensions import SupportsIndex # typing.SupportsIndex not supported on Python 3.7
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user