Skip to content

chore: drop python 3.6 #6

chore: drop python 3.6

chore: drop python 3.6 #6

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: wntrblm/[email protected]
with:
python-versions: "3.7, 3.8, 3.9, 3.10, 3.11, 3.12, pypy3.8, pypy3.9, pypy3.10"
- name: "Run tests"
run: nox --error-on-missing-interpreters -s test