Skip to content

Temporarily drop testing on Py2.7 #9

Temporarily drop testing on Py2.7

Temporarily drop testing on Py2.7 #9

Workflow file for this run

name: legacy_python
on:
push:
pull_request:
jobs:
legacy_python:
strategy:
fail-fast: false
matrix:
include:
- python-version: "3.3"
os: "ubuntu-18.04"
- python-version: "3.4"
os: "ubuntu-18.04"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: python -m pip install tox
- run: tox -e py