Skip to content

Commit 1ea6361

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

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-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

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ repos:
9898
- id: mypy
9999
additional_dependencies:
100100
- pytest
101+
- pip
101102
- subprocess_tee
102103
- types-pyyaml
103104
- types-setuptools

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)