We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36077dd commit d17d06fCopy full SHA for d17d06f
.github/workflows/tox.yml
@@ -17,3 +17,11 @@ concurrency:
17
jobs:
18
tox:
19
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
@@ -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',
0 commit comments