Skip to content

Commit

Permalink
python 3.11: run tests on github and opendev
Browse files Browse the repository at this point in the history
Change-Id: Ida8a2ea553ac006684a4fc796600ef7ea42f8d79
  • Loading branch information
ader1990 committed Nov 9, 2023
1 parent 0fded69 commit 6b2372d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6b2372d

Please sign in to comment.