python 3.11: run tests on github and opendev
Change-Id: Ida8a2ea553ac006684a4fc796600ef7ea42f8d79
This commit is contained in:
parent
0fded69cb3
commit
6b2372d169
2
.github/workflows/unit_tests.yml
vendored
2
.github/workflows/unit_tests.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.8","3.9","3.10"]
|
||||
python-version: ["3.8","3.9","3.10", "3.11"]
|
||||
architecture: ["x64"]
|
||||
|
||||
steps:
|
||||
|
@ -2,7 +2,7 @@
|
||||
templates:
|
||||
- openstack-cover-jobs
|
||||
- build-openstack-docs-pti
|
||||
- openstack-python3-zed-jobs
|
||||
- openstack-python3-jobs
|
||||
- build-release-notes-jobs-python3
|
||||
post:
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user