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
This commit is contained in:
Pierre Riteau 2025-02-21 10:36:40 +01:00
parent e6a748a4f2
commit f0bedd8947

View File

@ -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