Skip to content

Drop Python 3.9 and 3.10 compatibility (#692) #957

Drop Python 3.9 and 3.10 compatibility (#692)

Drop Python 3.9 and 3.10 compatibility (#692) #957

Workflow file for this run

name: CI
on:
push:
pull_request: ~
jobs:
shared-ci:
uses: zigpy/workflows/.github/workflows/ci.yml@main
with:
CODE_FOLDER: bellows
CACHE_VERSION: 2
PYTHON_VERSION_DEFAULT: 3.11.0
PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit
MINIMUM_COVERAGE_PERCENTAGE: 99
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}