pip_utils: bump pip version to 24.0.0
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
0fb48fb9bf
commit
ecb6ebcc18
|
@ -35,8 +35,6 @@ if TYPE_CHECKING:
|
||||||
from ..machine import Machine
|
from ..machine import Machine
|
||||||
from ..file_manager.file_manager import FileManager
|
from ..file_manager.file_manager import FileManager
|
||||||
|
|
||||||
MIN_PIP_VERSION = (23, 3, 2)
|
|
||||||
|
|
||||||
SUPPORTED_CHANNELS = {
|
SUPPORTED_CHANNELS = {
|
||||||
AppType.WEB: [Channel.STABLE, Channel.BETA],
|
AppType.WEB: [Channel.STABLE, Channel.BETA],
|
||||||
AppType.ZIP: [Channel.STABLE, Channel.BETA],
|
AppType.ZIP: [Channel.STABLE, Channel.BETA],
|
||||||
|
|
|
@ -31,7 +31,7 @@ if TYPE_CHECKING:
|
||||||
from ..server import Server
|
from ..server import Server
|
||||||
from ..components.shell_command import ShellCommandFactory
|
from ..components.shell_command import ShellCommandFactory
|
||||||
|
|
||||||
MIN_PIP_VERSION = (23, 3, 2)
|
MIN_PIP_VERSION = (24, 0)
|
||||||
MIN_PYTHON_VERSION = (3, 7)
|
MIN_PYTHON_VERSION = (3, 7)
|
||||||
|
|
||||||
# Synchronous Subprocess Helpers
|
# Synchronous Subprocess Helpers
|
||||||
|
|
Loading…
Reference in New Issue