Skip to content

drop Python 3.7

drop Python 3.7 #149

Workflow file for this run

name: PR Test
on: pull_request
permissions:
contents: read
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3
- name: Set up Python versions
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
with:
python-version: |
3.8
3.9
3.10
3.11
3.12
allow-prereleases: true
- name: run UT
run: |
pip install tox
tox