Skip to content

Commit

Permalink
chore(3.1.2): resurrect old Python 3.5 & 3.6 as 3.1.2 still supports …
Browse files Browse the repository at this point in the history
…them
  • Loading branch information
vytas7 committed Nov 27, 2023
1 parent 3ed8e23 commit f4e132e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ jobs:
- python-version: pypy3.9
os: ubuntu-latest
toxenv: pypy3
- python-version: "3.5"
os: ubuntu-20.04
toxenv: py35
- python-version: "3.6"
os: ubuntu-20.04
toxenv: py36
- python-version: "3.7"
os: ubuntu-latest
toxenv: py37
Expand Down

0 comments on commit f4e132e

Please sign in to comment.