Skip to content

Commit c9daf1a

Browse files
authored
Add support for py313 (#4322)
1 parent 0192019 commit c9daf1a

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/tox.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ jobs:
1919
uses: ansible/team-devtools/.github/workflows/tox.yml@main
2020
with:
2121
default_python: "3.10" # for lint
22+
max_python: "3.13"
23+
jobs_producing_coverage: 7
2224
other_names_also: "eco"

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.10",
2121
"Programming Language :: Python :: 3.11",
2222
"Programming Language :: Python :: 3.12",
23+
"Programming Language :: Python :: 3.13",
2324
"Programming Language :: Python",
2425
"Topic :: System :: Systems Administration",
2526
"Topic :: Software Development :: Bug Tracking",

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ commands =
8181
description = Enforce quality standards under {basepython}
8282
skip_install = true
8383
deps =
84+
pip
8485
pre-commit>=4.0.1
8586
pre-commit-uv>=4.1.4
8687
set_env =

0 commit comments

Comments
 (0)