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 1addfa3 commit 8033810Copy full SHA for 8033810
requirements.txt
@@ -1,3 +1,3 @@
1
jinja2 == 3.0.3
2
-jsonschema == 3.2.0
3
-pyyaml == 5.4.1
+jsonschema >= 3.2.0, < 4.0
+pyyaml >= 6.0.1, < 7.0
setup.py
@@ -38,6 +38,7 @@
38
"Intended Audience :: Developers",
39
"License :: OSI Approved :: MIT License",
40
"Programming Language :: Python :: 3.10",
41
+ "Programming Language :: Python :: 3.11",
42
"Topic :: Software Development :: Libraries :: Python Modules",
43
"Operating System :: POSIX :: Linux",
44
],
0 commit comments