From e70e460c18650eb2f8dc3073118f0ac8b01ff645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Prpi=C4=8D?= Date: Tue, 16 Jul 2024 14:47:52 -0400 Subject: [PATCH] Update list of supported Python versions in GH action --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ccb860c..e45be03 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,5 +13,5 @@ jobs: tox_env: ${{ matrix.tox_env }} strategy: matrix: - tox_env: [py37, py38, py39, py310, py311, black, ruff, mypy] + tox_env: [py38, py39, py310, py311, py312, black, ruff, mypy] runs-on: ubuntu-latest