Skip to content

Commit

Permalink
drop Python 3.8 from the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ALescoulie committed Jun 21, 2024
1 parent 2856280 commit e7a6fe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest, macOS-13]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
fail-fast: true
matrix:
os: [macOS-13, ubuntu-latest]
python-version: [3.8, 3.9, 3.10, 3.11, 3.12]
python-version: [3.9, 3.10, 3.11, 3.12]
include:
- os: macOS-latest
output-folder: osx-64
Expand Down

0 comments on commit e7a6fe1

Please sign in to comment.