Skip to content

feat: drop Python 3.9 and test on Python 3.10/3.12 #3664

feat: drop Python 3.9 and test on Python 3.10/3.12

feat: drop Python 3.9 and test on Python 3.10/3.12 #3664

# This job intentionally collides with the Backend job in `ibis-backends.yml`
# that would be skipped because the paths are ignored. This is so the
# `Backends` job isn't stuck in "expected" forever when it should be skipped
name: Backends
on:
push:
paths:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
- "codecov.yml"
- ".envrc"
- ".codespellrc"
branches:
- main
- "*.x.x"
pull_request:
paths:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
- "codecov.yml"
- ".envrc"
- ".codespellrc"
branches:
- main
- "*.x.x"
merge_group:
jobs:
test_backends:
runs-on: ubuntu-latest
steps:
- run: echo "No build required"
test_backends_min_version:
runs-on: ubuntu-latest
steps:
- run: echo "No build required"
test_pyspark:
runs-on: ubuntu-latest
steps:
- run: echo "No build required"
backends:
# this job exists so that we can use a single job from this workflow to gate merging
runs-on: ubuntu-latest
needs:
- test_backends_min_version
- test_backends
- test_pyspark
steps:
- run: exit 0