Remove Python 3.8 support (#11321)

Closes #10086
Authored by: bashonly
This commit is contained in:
bashonly 2024-10-23 06:33:50 +00:00 committed by GitHub
parent dd2e244469
commit d784464399
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 120 additions and 75 deletions

View file

@ -1,4 +1,5 @@
import contextlib
import functools
import importlib
import importlib.abc
import importlib.machinery
@ -13,7 +14,6 @@ import zipimport
from pathlib import Path
from zipfile import ZipFile
from .compat import functools # isort: split
from .utils import (
Config,
get_executable_path,