Skip to content

Commit

Permalink
GitHub Actions Python v3.6 Continued Support (caronc#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc authored Dec 10, 2022
1 parent 9a9703c commit 5f0e9e4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ jobs:
python-version: "3.10"

# Test more available versions of CPython on Linux.
- os: "ubuntu-latest"
python-version: "3.6"
- os: "ubuntu-20.04"
# v3.6 (exclusively referenced) is not supported by GitHub anymore)
# v3.6.8 is fixed since it is the version CentOS/Rocky/RedHat v8 uses
python-version: "3.6.8"
- os: "ubuntu-latest"
python-version: "3.7"
- os: "ubuntu-latest"
Expand Down

0 comments on commit 5f0e9e4

Please sign in to comment.