Skip to content

Commit 61d36db

Browse files
author
likui
committed
Add support for python 3.8
Introduce support of python 3.8 [1] and move tox and jobs to py38. jsonschema 3.2.0 [2] support python 3.8 pyOpenSSL 19.1.0 [3] support python 3.8 [1] https://governance.openstack.org/tc/reference/runtimes/victoria.html#python-runtimes-for-victoria [2] python-jsonschema/jsonschema#627 [3] https://pypi.org/project/pyOpenSSL/19.1.0/ Change-Id: I8f561325780a95173501f42e10b6fce617bb17f4
1 parent 8b89223 commit 61d36db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lower-constraints.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Jinja2==2.10
2222
jmespath==0.9.0
2323
jsonpatch==1.16
2424
jsonpointer==1.13
25-
jsonschema==2.6.0
25+
jsonschema==3.2.0
2626
keystoneauth1==3.4.0
2727
linecache2==1.0.0
2828
MarkupSafe==1.0
@@ -46,7 +46,7 @@ positional==1.2.1
4646
prettytable==0.7.2
4747
pycparser==2.18
4848
Pygments==2.2.0
49-
pyOpenSSL==17.1.0
49+
pyOpenSSL==19.1.0
5050
pyparsing==2.1.0
5151
pyperclip==1.5.27
5252
python-cinderclient==3.3.0

0 commit comments

Comments
 (0)