Sfoglia il codice sorgente

Python 3.6.13 and 3.7.10

pull/1794/head
Christian Clauss 3 anni fa
parent
commit
170636769f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      .github/workflows/ubuntu_tests.yml

+ 1
- 1
.github/workflows/ubuntu_tests.yml Vedi File

@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [2.7.6, 2.7.18, 3.4.10, 3.5.10, 3.6.12, 3.7.9, 3.8.7, 3.9.1]
python-version: [2.7.18, 3.5.10, 3.6.13, 3.7.10, 3.8.7, 3.9.1] # 2.7.6, 3.4.10,
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

Caricamento…
Annulla
Salva