Skip to content

Commit

Permalink
Add back Python 3.8 on Ubuntu 24.04
Browse files Browse the repository at this point in the history
This was recently added to the config so it should now work:
actions/python-versions@dd24c2e
  • Loading branch information
mbrukman committed Nov 11, 2024
1 parent 0d8c87a commit 2e95d06
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ jobs:
matrix:
os: [ 'ubuntu-24.04', 'ubuntu-22.04' ]
python: [ '3.12', '3.11', '3.10', '3.9','3.8' ]
exclude:
# GitHub Actions doesn't provide Python 3.8 for Ubuntu 24.04;
# all of the available Python versions are listed here:
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
- os: 'ubuntu-24.04'
python: '3.8'

runs-on: ${{ matrix.os }}
name: Python ${{ matrix.python }} on ${{ matrix.os }}
Expand Down

0 comments on commit 2e95d06

Please sign in to comment.