Add tox-py311 job
Python 3.11 is out now. Add a tox-py3.11 base job to make it easier to run tests on this new release of Python. Change-Id: I19c98c0e683e36f727ae869e7b60f7c16d7eb78d
This commit is contained in:
parent
866ae1c52b
commit
68f675f5a3
@ -13,6 +13,8 @@
|
|||||||
nodeset: ubuntu-focal
|
nodeset: ubuntu-focal
|
||||||
- tox-py310:
|
- tox-py310:
|
||||||
nodeset: ubuntu-jammy
|
nodeset: ubuntu-jammy
|
||||||
|
- tox-py311:
|
||||||
|
nodeset: ubuntu-jammy
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- zuul-tox-docs
|
- zuul-tox-docs
|
||||||
@ -23,6 +25,8 @@
|
|||||||
nodeset: ubuntu-focal
|
nodeset: ubuntu-focal
|
||||||
- tox-py310:
|
- tox-py310:
|
||||||
nodeset: ubuntu-jammy
|
nodeset: ubuntu-jammy
|
||||||
|
- tox-py311:
|
||||||
|
nodeset: ubuntu-jammy
|
||||||
promote:
|
promote:
|
||||||
jobs:
|
jobs:
|
||||||
- zuul-promote-docs
|
- zuul-promote-docs
|
||||||
|
@ -192,6 +192,17 @@
|
|||||||
tox_envlist: py310
|
tox_envlist: py310
|
||||||
python_version: "3.10"
|
python_version: "3.10"
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: tox-py311
|
||||||
|
parent: tox
|
||||||
|
description: |
|
||||||
|
Run unit tests for a Python project under cPython version 3.11.
|
||||||
|
|
||||||
|
Uses tox with the ``py311`` environment.
|
||||||
|
vars:
|
||||||
|
tox_envlist: py311
|
||||||
|
python_version: "3.11"
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tox-docs
|
name: tox-docs
|
||||||
# This is not parented to tox since we do not need
|
# This is not parented to tox since we do not need
|
||||||
|
Loading…
Reference in New Issue
Block a user