Skip to content

Commit d17d06f

Browse files
committed
Add support for py313
Related: ansible/team-devtools#229
1 parent 36077dd commit d17d06f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/tox.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,11 @@ concurrency:
1717
jobs:
1818
tox:
1919
uses: ansible/team-devtools/.github/workflows/tox.yml@main
20+
with:
21+
max_python: "3.13"
22+
jobs_producing_coverage: "7"
23+
other_names:
24+
docs
25+
lint
26+
pkg
27+
py313-milestone

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifiers = [
1717
'Programming Language :: Python :: 3.10',
1818
'Programming Language :: Python :: 3.11',
1919
'Programming Language :: Python :: 3.12',
20+
'Programming Language :: Python :: 3.13',
2021
'Programming Language :: Python :: Implementation :: CPython',
2122
'Programming Language :: Python',
2223
'Topic :: Software Development',

0 commit comments

Comments
 (0)