Switch back to normal PyYAML releases
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 23 Oct 2021 17:07:58 +0000 (17:07 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 23 Oct 2021 17:07:58 +0000 (17:07 +0000)
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

index 7e9ff8d..54c899d 100644 (file)
--- 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]