Skip to content

Commit

Permalink
Remove 2.7 again
Browse files Browse the repository at this point in the history
  • Loading branch information
dbieber committed Feb 24, 2024
1 parent 37b2174 commit e4d8fb1
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
include:
- python-version: "2.7"
container:
image: python:2.7.18-buster
- python-version: "3.5"
- python-version: "3.7"
- python-version: "3.8"
- python-version: "3.9"
- python-version: "3.10"
- python-version: "3.11"
- python-version: "3.12"
python-version: ["3.5", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
# Checkout the repo.
Expand All @@ -29,7 +19,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
container: ${{ matrix.container }}

# Build Python Fire using the build.sh script.
- name: Run build script
Expand Down

0 comments on commit e4d8fb1

Please sign in to comment.