Skip to content

Add Python 3.10 and 3.12 support #48

Add Python 3.10 and 3.12 support

Add Python 3.10 and 3.12 support #48

name: python-gnocchiclient
on:
workflow_dispatch:
pull_request:
jobs:
test:
runs-on: ubuntu-22.04
timeout-minutes: 30
strategy:
matrix:
env:
- docs-gnocchi-web
- build
- pep8
- py39
- py311
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install dependencies
run: ./tools/install_deps.sh
- name: Run tox
run: tox -e ${{ matrix.env }}