Skip to content

Drop py3.8 support; add py3.13 support; run tox run -m update #111

Drop py3.8 support; add py3.13 support; run tox run -m update

Drop py3.8 support; add py3.13 support; run tox run -m update #111

Workflow file for this run

name: "🧪 Test"
on:
pull_request:
push:
branches:
- "main"
- "releases"
jobs:
test:
name: "Windows"
runs-on: "windows-latest"
strategy:
fail-fast: false
matrix:
runner:
- "windows-latest"
include:
# These values will be applied to all runners listed above.
- cpythons:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
cpython-beta: "3.13"
tox-post-environments:
- "coverage-report-ci"
- "mypy"
cache-paths:
- ".mypy_cache/"
cache-key-hash-files:
- "pyproject.toml"
- "requirements/*/*.txt"
steps:
- uses: "kurtmckee/github-workflows/.github/workflows/tox.yaml@420931a88d3f09ca8dbce4778d145ed610c231e0" # v0.4
with:
config: "${{ toJSON(matrix) }}"