Update py3.7 is iffy.
This commit is contained in:
parent
119b729c56
commit
6f8f06ebb9
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [3.7, 3.8, 3.9]
|
||||
python-version: [3.8, 3.9]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
@ -35,7 +35,7 @@ Starting and stopping the server, as well as UI links, are available in the Syst
|
|||
### Requirements
|
||||
|
||||
On all platforms:
|
||||
* Python 3.7 (3.8 may also work, 3.9 is unlikely to.)
|
||||
* Python 3.7 - 3.9 Tested (macOS 3.7 may be iffy)
|
||||
* Git (Obviously)
|
||||
|
||||
On MacOS:
|
||||
|
|
Loading…
Reference in a new issue