projects
/
mudpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f952e6b
)
Switch back to normal PyYAML releases
author
Jeremy Stanley
<fungi@yuggoth.org>
Sat, 23 Oct 2021 17:07:58 +0000
(17:07 +0000)
committer
Jeremy 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
patch
|
blob
|
history
diff --git
a/setup.cfg
b/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]