Skip to content

Updated version to 8.2.6. #772

Updated version to 8.2.6.

Updated version to 8.2.6. #772

Workflow file for this run

---
name: main
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
workflow_dispatch:
jobs:
main:
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: install tox
run: python -m pip install --upgrade tox virtualenv setuptools pip
- name: run tox
run: tox -e py