Skip to content

Commit

Permalink
ci: drop python 3.8 (images no longer available)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray committed Apr 26, 2024
1 parent 8bc66c9 commit b3dddfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
os: [ubuntu-latest, macOS-latest, windows-latest]
java-version: [17]
java-distribution: ["corretto"]
python-version: ["3.8", "3.12"]
python-version: ["3.9", "3.12"]

name: test coffea (${{ matrix.os }}) - python ${{ matrix.python-version }}, JDK${{ matrix.java-version }}

Expand Down

0 comments on commit b3dddfa

Please sign in to comment.