Skip to content

Commit

Permalink
Drop Python 2.7 and 3.6 support from GHA (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
squeaky-pl authored and tsx committed Jan 29, 2024
1 parent f331db1 commit 38d6106
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,6 @@ jobs:
strategy:
matrix:
include:
- arch: amd64
build_name: py2.7
dockerhub_push: true
python_version: "2.7"
run_tests: true
- arch: amd64
build_name: py3.6
dockerhub_push: true
python_version: "3.6"
run_tests: true
- arch: amd64
build_name: py3.7
dockerhub_push: false
Expand All @@ -78,11 +68,6 @@ jobs:
# The qemu arm64 builds are *very* slow so they are split out into
# their own workflow

# - arch: arm64
# build_name: py2.7
# dockerhub_push: true
# python_version: "2.7"
# run_tests: false
# - arch: arm64
# build_name: py3.8
# dockerhub_push: true
Expand Down Expand Up @@ -169,7 +154,6 @@ jobs:
strategy:
matrix:
include:
- build_name: py2.7
- build_name: py3.8

steps:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/build-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ jobs:
strategy:
matrix:
include:
- arch: arm64
build_name: py2.7
dockerhub_push: true
python_version: "2.7"
run_tests: false
- arch: arm64
build_name: py3.8
dockerhub_push: true
Expand Down Expand Up @@ -113,7 +108,6 @@ jobs:
strategy:
matrix:
include:
- build_name: py2.7
- build_name: py3.8

steps:
Expand Down

0 comments on commit 38d6106

Please sign in to comment.