mirror of
https://github.com/caronc/apprise.git
synced 2024-11-21 23:53:23 +01:00
GitHub Actions Python v3.6 Continued Support (#781)
This commit is contained in:
parent
9a9703c582
commit
5f0e9e4c74
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user