Skip to content

chore: add Python 3.12 build #126

chore: add Python 3.12 build

chore: add Python 3.12 build #126

Workflow file for this run

name: PR Test
on: pull_request
permissions: read-all
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- name: Set up Python versions
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4
with:
python-version: |
"3.7"
"3.8"
"3.9"
"3.10"
"3.11"
"3.12-dev"
- name: run UT
run: |
pip install tox
tox