Ver código fonte

build: Upgrade Python version

tags/v0.2.2
Jérôme Deuchnord 6 anos atrás
pai
commit
f66cd9195c
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 6D1B91F131F89577
2 arquivos alterados com 3 adições e 3 exclusões
  1. +2
    -2
      .github/workflows/pythonapp.yml
  2. +1
    -1
      Pipfile

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

@@ -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 arquivo

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

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

Carregando…
Cancelar
Salvar