Skip to content

Commit 8033810

Browse files
author
Alan Christie
committed
build: Relaxed some requirements (to prepare for Python 3.11)
1 parent 1addfa3 commit 8033810

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
jinja2 == 3.0.3
2-
jsonschema == 3.2.0
3-
pyyaml == 5.4.1
2+
jsonschema >= 3.2.0, < 4.0
3+
pyyaml >= 6.0.1, < 7.0

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"Intended Audience :: Developers",
3939
"License :: OSI Approved :: MIT License",
4040
"Programming Language :: Python :: 3.10",
41+
"Programming Language :: Python :: 3.11",
4142
"Topic :: Software Development :: Libraries :: Python Modules",
4243
"Operating System :: POSIX :: Linux",
4344
],

0 commit comments

Comments
 (0)