From f0bedd89474a175a6393006bce37169be0b0752e Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Fri, 21 Feb 2025 10:36:40 +0100 Subject: [PATCH] Remove graphlib-backport requirement Support for Python 3.8 was dropped during the 2024.2 cycle [1]. [1] https://review.opendev.org/c/openstack/kayobe/+/926639 Change-Id: Ie914fbbda79984cd4e4440a7eb7322b0494a62a1 --- requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 31a3fdafa..dee34cc51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,3 @@ jsonschema<5 # MIT wcmatch>=8.2,<=9.0 # MIT hvac>=0.10.1 ansible-cached-lookup<=2.0.0 # MIT -# NOTE(wszusmki): Remove this when min python>=3.9 -graphlib-backport<2.0.0; python_version<"3.9" # PSF