Skip to content

Merge pull request #55 from kurtmckee/updates #120

Merge pull request #55 from kurtmckee/updates

Merge pull request #55 from kurtmckee/updates #120

Workflow file for this run

name: "🧪 Test"
on:
pull_request:
push:
branches:
- "main"
- "releases"
jobs:
test:
name: "${{ matrix.name }}"
strategy:
matrix:
include:
- name: "Windows"
runner: "windows-latest"
cpythons:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
tox-post-environments:
- "coverage-report-ci"
- "mypy"
cache-paths:
- ".mypy_cache/"
cache-key-hash-files:
- "pyproject.toml"
- "requirements/*/*.txt"
uses: "kurtmckee/github-workflows/.github/workflows/tox.yaml@2f156c58bf4ceebc623014b407f5711899e41235" # v1.0
with:
config: "${{ toJSON(matrix) }}"