Skip to content

Commit

Permalink
actions: give up on Python 3.8 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee authored Jan 17, 2024
1 parent 7811976 commit 492e592
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,18 @@ jobs:
jid: 5
goal: build
arch: aarch64
- os: ubuntu-22.04
goal: test
python: "3.8"
jid: 7
- os: ubuntu-22.04
goal: test
python: "3.9"
jid: 8
jid: 7
- os: ubuntu-22.04
goal: test
python: "3.10"
jid: 9
jid: 8
- os: ubuntu-22.04
goal: test
python: "3.11"
jid: 10
jid: 9

steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 492e592

Please sign in to comment.