Skip to content

Support Python 3.6+ #12

Support Python 3.6+

Support Python 3.6+ #12

Workflow file for this run

name: Run Tests
#concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
# cancel-in-progress: true
on:
pull_request:
push:
branches:
- "main"
- "breaking"
workflow_dispatch:
jobs:
modern_python_tests:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
python-version: [3.9, 3.10, 3.11, 3.12]
# Pull in the test script from run_tests and distribute python from matrix versions
uses: ./.github/workflows/run_tests.yaml

Check failure on line 24 in .github/workflows/CI.yaml

View workflow run for this annotation

GitHub Actions / Run Tests

Invalid workflow file

The workflow is not valid. .github/workflows/CI.yaml (Line: 24, Col: 5): Unexpected value 'uses' .github/workflows/CI.yaml (Line: 25, Col: 5): Unexpected value 'with'
with:
python-version: ${{ matrix.python-version }}