From b1ddb979cb14a0f5e5e510b8e442700c35d6002a Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Mon, 16 Oct 2023 15:23:21 -0400 Subject: [PATCH] test github action revision Signed-off-by: Chris PeBenito --- .github/workflows/tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bff717b3..c871de27 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,8 +27,9 @@ jobs: matrix: build-opts: - - {python: '3.10', tox: python3.10} - - {python: '3.11', tox: python3.11} + - {python: '3.10', tox: py3.10} + - {python: '3.11', tox: py3.11} + - {python: '3.12', tox: py3.12} - {python: '3.10', tox: pep8} - {python: '3.10', tox: lint} - {python: '3.10', tox: mypy}