Skip to content

Commit 632db25

Browse files
committed
Refresh python versions
Introduce support of python 3.8 and move tox and jobs to py38. jsonschema 3.2.0 [1] support python 3.8 [1] python-jsonschema/jsonschema#627 Change-Id: Ibcfa044dd0f3b29fd290559795ea1d98e194e886
1 parent 452087a commit 632db25

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.zuul.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
- job:
2-
name: openstacksdk-tox-py36-tips
3-
parent: openstack-tox-py36
2+
name: openstacksdk-tox-py38-tips
3+
parent: openstack-tox-py38
44
description: |
5-
Run tox python 36 unittests against master of important libs
5+
Run tox python 38 unittests against master of important libs
66
vars:
77
tox_install_siblings: true
88
zuul_work_dir: src/opendev.org/openstack/openstacksdk
@@ -17,10 +17,10 @@
1717
name: openstacksdk-tox-tips
1818
check:
1919
jobs:
20-
- openstacksdk-tox-py36-tips
20+
- openstacksdk-tox-py38-tips
2121
gate:
2222
jobs:
23-
- openstacksdk-tox-py36-tips
23+
- openstacksdk-tox-py38-tips
2424

2525
- job:
2626
name: openstacksdk-functional-devstack-minimum

lower-constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ iso8601==0.1.11
1010
jmespath==0.9.0
1111
jsonpatch==1.16
1212
jsonpointer==1.13
13-
jsonschema==2.6.0
13+
jsonschema==3.2.0
1414
keystoneauth1==3.18.0
1515
linecache2==1.0.0
1616
mock==3.0.0

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifier =
1717
Programming Language :: Python :: 3.5
1818
Programming Language :: Python :: 3.6
1919
Programming Language :: Python :: 3.7
20+
Programming Language :: Python :: 3.8
2021
python-requires = >=3.5
2122

2223
[files]

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ hacking>=3.0,<3.1.0 # Apache-2.0
66
coverage!=4.4,>=4.0 # Apache-2.0
77
ddt>=1.0.1 # MIT
88
fixtures>=3.0.0 # Apache-2.0/BSD
9-
jsonschema>=2.6.0 # MIT
9+
jsonschema>=3.2.0 # MIT
1010
mock>=3.0.0 # BSD
1111
prometheus-client>=0.4.2 # Apache-2.0
1212
oslo.config>=6.1.0 # Apache-2.0

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 3.1
3-
envlist = pep8,py37
3+
envlist = pep8,py38
44
skipsdist = True
55
ignore_basepython_conflict = True
66

0 commit comments

Comments
 (0)