From b5877a56b571f006da81b024cfd1e1b78af8949b Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Mon, 10 Jun 2024 14:24:40 +0100 Subject: [PATCH] Remove testing for python 3.10 --- .github/workflows/tox.yaml | 1 - tox.ini | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tox.yaml b/.github/workflows/tox.yaml index bd95d47..6cd4be3 100644 --- a/.github/workflows/tox.yaml +++ b/.github/workflows/tox.yaml @@ -19,7 +19,6 @@ jobs: os: - Ubuntu py: - - "3.10" - "3.11" - "3.12" steps: diff --git a/tox.ini b/tox.ini index f40b4e0..5117a53 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,9 @@ [tox] isolated_build = true -envlist = py310,py311,py312 +envlist = py311,py312 [gh] python = - 3.10 = py310 3.11 = py311,black,bandit,coverage 3.12 = py312