python 3.11: run tests on github and opendev

Change-Id: Ida8a2ea553ac006684a4fc796600ef7ea42f8d79
This commit is contained in:
Adrian Vladu 2023-11-09 15:41:53 +02:00
parent 0fded69cb3
commit 6b2372d169
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
strategy: strategy:
matrix: matrix:
python-version: ["3.8","3.9","3.10"] python-version: ["3.8","3.9","3.10", "3.11"]
architecture: ["x64"] architecture: ["x64"]
steps: steps:

View File

@ -2,7 +2,7 @@
templates: templates:
- openstack-cover-jobs - openstack-cover-jobs
- build-openstack-docs-pti - build-openstack-docs-pti
- openstack-python3-zed-jobs - openstack-python3-jobs
- build-release-notes-jobs-python3 - build-release-notes-jobs-python3
post: post:
jobs: jobs: