Skip to content

Commit 78005d2

Browse files
committed
Remove Python 3.8 from Github Actions
1 parent 6b8e3cd commit 78005d2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
strategy:
2929
matrix:
3030
include:
31-
- python-version: "3.8"
32-
tox-target: py38
3331
- python-version: "3.9"
3432
tox-target: py39
3533
- python-version: "3.10"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install-tools:
2626

2727
test:
2828
cd features && $(MAKE) all
29-
tox -e py38
29+
tox -e py39
3030

3131
test-all:
3232
cd features && $(MAKE) all

0 commit comments

Comments
 (0)