Browse Source

build: Upgrade Python version

tags/v0.2.2
Jérôme Deuchnord 4 years ago
parent
commit
f66cd9195c
No known key found for this signature in database GPG Key ID: 6D1B91F131F89577
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      .github/workflows/pythonapp.yml
  2. +1
    -1
      Pipfile

+ 2
- 2
.github/workflows/pythonapp.yml View File

@@ -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 View File

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

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

Loading…
Cancel
Save