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 36077dd commit 1ea6361
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,11 @@ concurrency:
jobs:
tox:
uses: ansible/team-devtools/.github/workflows/tox.yml@main
with:
max_python: "3.13"
jobs_producing_coverage: 7
other_names: |
docs
lint
pkg
py313-milestone
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ repos:
- id: mypy
additional_dependencies:
- pytest
- pip
- subprocess_tee
- types-pyyaml
- types-setuptools
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,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 :: Implementation :: CPython',
'Programming Language :: Python',
'Topic :: Software Development',
Expand Down

0 comments on commit 1ea6361

Please sign in to comment.