diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 75ad521..09cbcab 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 diff --git a/README.md b/README.md index f0390e4..af61381 100644 --- a/README.md +++ b/README.md @@ -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: