Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
fail-fast: false
max-parallel: 1 # avoids ever triggering a rate limit
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
os: [ubuntu-latest]
EXTRA: [false] # used to force includes to get included
include:
- python-version: '3.8'
- python-version: '3.9'
# see https://github.com/duckdb/duckdb/blob/main/.github/workflows/Python.yml for duckdb python versions
os: ubuntu-22.04 # oldest version on github actions
EXTRA: true
Expand All @@ -29,7 +29,7 @@ jobs:
- python-version: '3.13'
os: macos-latest
EXTRA: true
- python-version: '3.8'
- python-version: '3.9'
os: windows-latest
EXTRA: true
- python-version: '3.13'
Expand Down