diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 20:37:22 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 20:37:22 +0000 |
| commit | c13f6b3239a7c9d42aa2e993d1491d48e7433a5e (patch) | |
| tree | dacdbff11224919084aa4528940dfa7de35c69af | |
| parent | provide package directory for install_deps (diff) | |
| download | SyncRNG-c13f6b3239a7c9d42aa2e993d1491d48e7433a5e.tar.gz SyncRNG-c13f6b3239a7c9d42aa2e993d1491d48e7433a5e.zip | |
Bump lowest python version
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 604c56d..b2068e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: strategy: matrix: os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ] - py: [ '3.5', '3.7', '3.9' ] + py: [ '3.6', '3.7', '3.8', '3.9' ] steps: - name: Install Python ${{ matrix.py }} uses: actions/setup-python@v2 |
