Skip to content

Commit

Permalink
Add support for py313
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Nov 5, 2024
1 parent 0192019 commit be3fdb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ jobs:
uses: ansible/team-devtools/.github/workflows/tox.yml@main
with:
default_python: "3.10" # for lint
max_python: "3.13"
jobs_producing_coverage: "7"
other_names_also: "eco"
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python",
"Topic :: System :: Systems Administration",
"Topic :: Software Development :: Bug Tracking",
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ skip_install = true
deps =
pre-commit>=4.0.1
pre-commit-uv>=4.1.4
pip
set_env =
PIP_CONSTRAINT = /dev/null
commands =
Expand Down

0 comments on commit be3fdb7

Please sign in to comment.