Remove testing on Python v3.5 as f-strings are used
This commit is contained in:
parent
1672331700
commit
6850133ffe
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.5, 3.6, 3.7, 3.8]
|
python-version: [3.6, 3.7, 3.8]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
@ -25,6 +25,7 @@ The following environment variables will override any config or default:
|
||||||
|
|
||||||
|
|
||||||
# Notes
|
# Notes
|
||||||
|
* Requires Python v3.6 or greater (f-strings are used)
|
||||||
* Listens on port 8080 by default.
|
* Listens on port 8080 by default.
|
||||||
* Forwards `resolved` alerts, if not disabled.
|
* Forwards `resolved` alerts, if not disabled.
|
||||||
* Resolved alerts delete the original alert, if enabled.
|
* Resolved alerts delete the original alert, if enabled.
|
||||||
|
|
Loading…
Reference in a new issue