Skip to content

Enable support for python 3.13 and 3.13 #944

Enable support for python 3.13 and 3.13

Enable support for python 3.13 and 3.13 #944

Workflow file for this run

---
name: tox
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
workflow_call:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
permissions: # needed for tox.yml workflow
checks: read
contents: read
id-token: write
packages: write
pull-requests: write
jobs:
tox:
uses: ansible/team-devtools/.github/workflows/tox.yml@main
with:
jobs_producing_coverage: 6
other_names: |
docs
lint
pkg