From 4d4658608ba4a83a51226e402992800f26e309f5 Mon Sep 17 00:00:00 2001 From: juanbc Date: Wed, 17 Jan 2024 19:51:55 -0300 Subject: [PATCH] drop py38 --- .github/workflows/tests.yml | 2 +- tox.ini | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9999941..d91eb38 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - tox_env: [py38, py39, py310, py311, py312] + tox_env: [py39, py310, py311, py312] include: - tox_env: style - tox_env: docstyle diff --git a/tox.ini b/tox.ini index 0ce29c6..dffdddc 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,6 @@ envlist = check-headers, check-apidocsdir, mkdocs, - py38, py39, py310, py311,