pip_utils: bump pip version to 24.0.0

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2024-05-19 16:31:23 -04:00
parent 0fb48fb9bf
commit ecb6ebcc18
2 changed files with 1 additions and 3 deletions

View File

@ -35,8 +35,6 @@ if TYPE_CHECKING:
from ..machine import Machine
from ..file_manager.file_manager import FileManager
MIN_PIP_VERSION = (23, 3, 2)
SUPPORTED_CHANNELS = {
AppType.WEB: [Channel.STABLE, Channel.BETA],
AppType.ZIP: [Channel.STABLE, Channel.BETA],

View File

@ -31,7 +31,7 @@ if TYPE_CHECKING:
from ..server import Server
from ..components.shell_command import ShellCommandFactory
MIN_PIP_VERSION = (23, 3, 2)
MIN_PIP_VERSION = (24, 0)
MIN_PYTHON_VERSION = (3, 7)
# Synchronous Subprocess Helpers