Skip to content

don't do 3.12 in this branch #80

don't do 3.12 in this branch

don't do 3.12 in this branch #80

Workflow file for this run

name: Python application
on:
- push
- pull_request
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: run tests
run: make test