From abed50947491ef47714c6e3dd9a715b85070d243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sun, 7 Jul 2024 19:29:36 +0100 Subject: [PATCH] Update PyYAML for Python 3.12 compat --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fc8406f..f2908e8 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ include_package_data=True, python_requires='>=3.6', install_requires=[ - 'PyYAML~=5.1', + 'PyYAML~=6.0', 'dataclasses;python_version=="3.6"', ], entry_points = {