Explorar el Código

build: Upgrade Python version

tags/v0.2.2
Jérôme Deuchnord hace 5 años
padre
commit
f66cd9195c
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 6D1B91F131F89577
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. +2
    -2
      .github/workflows/pythonapp.yml
  2. +1
    -1
      Pipfile

+ 2
- 2
.github/workflows/pythonapp.yml Ver fichero

@@ -8,10 +8,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.8
- name: Install dependencies
run: |
pip install --upgrade pip pipenv


+ 1
- 1
Pipfile Ver fichero

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

[requires]
python_version = "3.7"
python_version = "3.8"

Cargando…
Cancelar
Guardar