Skip to content

Commit b786c75

Browse files
Merge pull request #19 from commoncrawl/hande/fix-CI-py38
fix(CI): Drop EOL py3.8
2 parents f8dc317 + 090af88 commit b786c75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
fail-fast: false
1616
max-parallel: 1 # avoids ever triggering a rate limit
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
EXTRA: [false] # used to force includes to get included
2121
include:
22-
- python-version: '3.8'
22+
- python-version: '3.9'
2323
# see https://github.com/duckdb/duckdb/blob/main/.github/workflows/Python.yml for duckdb python versions
2424
os: ubuntu-22.04 # oldest version on github actions
2525
EXTRA: true
@@ -29,7 +29,7 @@ jobs:
2929
- python-version: '3.13'
3030
os: macos-latest
3131
EXTRA: true
32-
- python-version: '3.8'
32+
- python-version: '3.9'
3333
os: windows-latest
3434
EXTRA: true
3535
- python-version: '3.13'

0 commit comments

Comments
 (0)