diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 99e175d..e863c9d 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4 diff --git a/tox.ini b/tox.ini index e75f4f4..fa0e2bb 100644 --- a/tox.ini +++ b/tox.ini @@ -1,9 +1,6 @@ [tox] isolated_build = True envlist = - py38 - py39 - py310 py311 py312 ruff @@ -11,9 +8,6 @@ envlist = [gh-actions] python = - 3.8: py38 - 3.9: py39 - 3.10: py310 3.11: py311 3.12: py312, ruff @@ -21,9 +15,6 @@ python = setenv = PYTHONDONTWRITEBYTECODE=1 basepython = - py38: python3.8 - py39: python3.9 - py310: python3.10 py311: python3.11 py312: python3.12 .package: python3