Skip to content

Commit

Permalink
Remove Python 3.8 from Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
NolanTrem committed Feb 6, 2025
1 parent 6b8e3cd commit 78005d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install-tools:

test:
cd features && $(MAKE) all
tox -e py38
tox -e py39

test-all:
cd features && $(MAKE) all
Expand Down

0 comments on commit 78005d2

Please sign in to comment.