Sfoglia il codice sorgente

chore: remove Python minor version

Python 3.8 is currently not available on Mac, making the installation
hard for development purpose
tags/v0.4.0
Jérôme Deuchnord 4 anni fa
parent
commit
555a6ea1e6
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: A129206624BCD006
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      Pipfile

+ 1
- 1
Pipfile Vedi File

@@ -14,4 +14,4 @@ tabulate = "*"
numpy = ">=1.17.0,<2.0.0"

[requires]
python_version = "3.8"
python_version = "3"

Caricamento…
Annulla
Salva