Skip to content

Run tests on Python 3.14 and 3.15 #503

Run tests on Python 3.14 and 3.15

Run tests on Python 3.14 and 3.15 #503

Workflow file for this run

name: main
on:
push:
branches: [main, test-me-*]
tags: '*'
pull_request:
jobs:
main:
uses: asottile/workflows/.github/workflows/tox.yml@v1.11.0
with:
env: '["py310", "py311", "py312", "py313", "py314", "py315"]'