Skip to content

Commit

Permalink
Add support for py313
Browse files Browse the repository at this point in the history
Related: ansible/team-devtools#229

# Conflicts:
#	.config/constraints.txt
#	tox.ini
  • Loading branch information
ssbarnea committed Nov 5, 2024
1 parent 1f01f44 commit 71e7410
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: coactions/dynamic-matrix@v4
with:
min_python: "3.9"
max_python: "3.12"
max_python: "3.13"
default_python: "3.10"
other_names: |
lint
Expand All @@ -37,6 +37,7 @@ jobs:
py312-ansible216
py312-ansible217
py312-devel
py313-devel
smoke
platforms: linux,macos
macos: minmax
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,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 @@ -24,6 +24,7 @@ skip_missing_interpreters = True
requires =
tox >= 4.6.3
tox-extra >= 2.0.1
tox-uv
setuptools >= 65.3.0 # editable installs

[testenv]
Expand Down

0 comments on commit 71e7410

Please sign in to comment.