Skip to content

Commit

Permalink
Merge pull request #84 from cloud-custodian/Nolan/RemovePython38
Browse files Browse the repository at this point in the history
  • Loading branch information
slott56 authored Feb 12, 2025
2 parents 6b8e3cd + 78005d2 commit f212210
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 f212210

Please sign in to comment.