From 4ebf54ff13806350375a1d4619180aaff38b011a Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Sat, 7 Oct 2023 12:14:05 +0200 Subject: [PATCH] add python 3.12 to ci --- .github/workflows/main.yml | 1 + tox.ini | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d88afe77..12efc1f0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,6 +21,7 @@ jobs: - "3.9" - "3.10" - "3.11" + - "3.12" include: - python: "2.7" container: "python:2.7" diff --git a/tox.ini b/tox.ini index cb57eef9..5d4d8d3d 100644 --- a/tox.ini +++ b/tox.ini @@ -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 = @@ -38,6 +38,7 @@ python = 3.9: py39 3.10: py310 3.11: py311 + 3.12: py312 problem_matcher = False [testenv:ansible-lint]