Remove testing on Python v3.5 as f-strings are used

This commit is contained in:
Scott Wallace 2020-10-28 17:46:03 +00:00
parent 1672331700
commit 6850133ffe
2 changed files with 2 additions and 1 deletions

View file

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2

View file

@ -25,6 +25,7 @@ The following environment variables will override any config or default:
# Notes
* Requires Python v3.6 or greater (f-strings are used)
* Listens on port 8080 by default.
* Forwards `resolved` alerts, if not disabled.
* Resolved alerts delete the original alert, if enabled.