Skip to content

Add support for py313 #4316

Add support for py313

Add support for py313 #4316

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
jobs:
tox:
uses: ansible/team-devtools/.github/workflows/tox.yml@main
with:
default_python: "3.10" # for lint
max_python: "3.13"
jobs_producing_coverage: "7"

Check failure on line 23 in .github/workflows/tox.yml

View workflow run for this annotation

GitHub Actions / tox

Invalid workflow file

The workflow is not valid. .github/workflows/tox.yml (Line: 23, Col: 32): Unexpected value '7'
other_names_also: "eco"