From 41273d5c0fe66e226f3601ff7bf42345f5ff6cc6 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sat, 23 Oct 2021 17:07:58 +0000 Subject: [PATCH] Switch back to normal PyYAML releases Now that PyYAML 6.0.0 exists without the deprecated license_file metadata, we can go back to consuming regular releases of that package without breaking Python 3.11 testing. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7e9ff8d..54c899d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,7 +45,7 @@ classifiers = [options] install_requires = passlib>=1.7 - pyyaml>=6.0b1 # until https://github.com/yaml/pyyaml/pull/564 is released + pyyaml python_requires = >=3.6 [files] -- 2.11.0