Skip to content

Commit 2e95d06

Browse files
committed
Add back Python 3.8 on Ubuntu 24.04
This was recently added to the config so it should now work: actions/python-versions@dd24c2e
1 parent 0d8c87a commit 2e95d06

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ jobs:
4343
matrix:
4444
os: [ 'ubuntu-24.04', 'ubuntu-22.04' ]
4545
python: [ '3.12', '3.11', '3.10', '3.9','3.8' ]
46-
exclude:
47-
# GitHub Actions doesn't provide Python 3.8 for Ubuntu 24.04;
48-
# all of the available Python versions are listed here:
49-
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
50-
- os: 'ubuntu-24.04'
51-
python: '3.8'
5246

5347
runs-on: ${{ matrix.os }}
5448
name: Python ${{ matrix.python }} on ${{ matrix.os }}

0 commit comments

Comments
 (0)