Skip to content

Commit 2e4d77f

Browse files
committed
ci: handle minimum python on runner images
1 parent 81fe008 commit 2e4d77f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
1616
strategy:
1717
matrix:
18-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
18+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1919
os: [ubuntu-latest]
2020
include:
2121
- os: macos-latest

.github/workflows/ci_stdlib_only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
19-
os: ['ubuntu-latest']
19+
os: ['ubuntu-22.04']
2020
include:
2121
- os: macos-latest
2222
python-version: '3.13'

0 commit comments

Comments
 (0)