Skip to content

Commit 6b2372d

Browse files
committed
python 3.11: run tests on github and opendev
Change-Id: Ida8a2ea553ac006684a4fc796600ef7ea42f8d79
1 parent 0fded69 commit 6b2372d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-22.04
88
strategy:
99
matrix:
10-
python-version: ["3.8","3.9","3.10"]
10+
python-version: ["3.8","3.9","3.10", "3.11"]
1111
architecture: ["x64"]
1212

1313
steps:

.zuul.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
templates:
33
- openstack-cover-jobs
44
- build-openstack-docs-pti
5-
- openstack-python3-zed-jobs
5+
- openstack-python3-jobs
66
- build-release-notes-jobs-python3
77
post:
88
jobs:

0 commit comments

Comments
 (0)