We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64cf78d commit 4adb437Copy full SHA for 4adb437
setup.cfg
@@ -18,7 +18,7 @@ classifiers =
18
[options]
19
packages = find:
20
install_requires =
21
- 'ruamel.yaml>=0.15,<=0.18'
+ 'ruamel.yaml>=0.15,<0.19'
22
tomli>=1.1.0;python_version<"3.11"
23
python_requires = >=3.10
24
0 commit comments