
Drop support for Python 3.8, add 3.12, switch from tox to nox, openstack's release jobs to opendev's, and use updated pyproject packaging standards. Depends-On: https://review.opendev.org/946280 Change-Id: I462014b08ec3ecb74674365a2fd1f532f61dfa0c
24 lines
496 B
YAML
24 lines
496 B
YAML
- project:
|
|
check:
|
|
jobs:
|
|
- build-python-release
|
|
- nox-linters
|
|
- nox-py39:
|
|
nodeset: ubuntu-focal
|
|
- nox-py312:
|
|
nodeset: ubuntu-noble
|
|
gate:
|
|
jobs:
|
|
- build-python-release
|
|
- nox-linters
|
|
- nox-py39:
|
|
nodeset: ubuntu-focal
|
|
- nox-py312:
|
|
nodeset: ubuntu-noble
|
|
promote:
|
|
jobs:
|
|
- opendev-promote-python
|
|
release:
|
|
jobs:
|
|
- opendev-release-python
|