diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 22c71db..1859d4f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,8 +28,6 @@ jobs: strategy: matrix: include: - - python-version: "3.8" - tox-target: py38 - python-version: "3.9" tox-target: py39 - python-version: "3.10" diff --git a/Makefile b/Makefile index 0dac265..10c470a 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ install-tools: test: cd features && $(MAKE) all - tox -e py38 + tox -e py39 test-all: cd features && $(MAKE) all