Skip to content

Commit

Permalink
add python 3.12 to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored Oct 7, 2023
1 parent 598c57d commit 4ebf54f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
include:
- python: "2.7"
container: "python:2.7"
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py27,py36,py37,py38,py39,py310,py311,ansible-lint
envlist = py27,py36,py37,py38,py39,py310,py311,py312,ansible-lint

[testenv]
deps =
Expand Down Expand Up @@ -38,6 +38,7 @@ python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312
problem_matcher = False

[testenv:ansible-lint]
Expand Down

0 comments on commit 4ebf54f

Please sign in to comment.