Skip to content

Bump version: 2.9.6 → 2.9.7 #168

Bump version: 2.9.6 → 2.9.7

Bump version: 2.9.6 → 2.9.7 #168

Workflow file for this run

name: Python application
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Run tox
run: |
python -m pip install --upgrade pip
pip install tox
tox