Skip to content

Commit

Permalink
Merge pull request #1085 from CoffeaTeam/drop-py38
Browse files Browse the repository at this point in the history
ci: drop python 3.8 (images not consistently available)
  • Loading branch information
lgray committed Apr 26, 2024
2 parents 8bc66c9 + b3dddfa commit 040f86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
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 040f86e

Please sign in to comment.