From: Jeremy Stanley Date: Sat, 23 Oct 2021 17:07:58 +0000 (+0000) Subject: Switch back to normal PyYAML releases X-Git-Tag: 0.5.0~11 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=41273d5c0fe66e226f3601ff7bf42345f5ff6cc6 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. --- 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]