Skip to content

Commit

Permalink
Add support for py313 (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhikdps authored Nov 6, 2024
1 parent 32e0c7c commit 4ddc15a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
required: false
type: string
jobs_producing_coverage:
default: 6
default: 8
description: Number of jobs producing coverage.xml files
required: false
type: number
Expand All @@ -25,7 +25,7 @@ on:
required: false
type: string
max_python:
default: "3.12"
default: "3.13"
description: Maximum python version for matrix generation
required: false
type: string
Expand All @@ -35,6 +35,7 @@ on:
lint
pkg
py312-milestone
py313-milestone
description: Implicit names for the matrix
required: false
type: string
Expand Down

0 comments on commit 4ddc15a

Please sign in to comment.