From 025888a4d7226893a9a02ca2623503c7a49f3d77 Mon Sep 17 00:00:00 2001 From: James Butler Date: Sat, 7 Dec 2024 09:16:53 -0500 Subject: [PATCH] add support for pip==23.3 Closes https://github.com/pmeier/light-the-torch/issues/146 Closes https://github.com/pmeier/light-the-torch/issues/147 Closes https://github.com/pmeier/light-the-torch/issues/148 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3d631f4..ed34ab7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ ] requires-python = ">= 3.8" dependencies = [ - "pip >=22.3, <23.3", + "pip >=22.3, <23.4", ] dynamic = ["version"]