diff --git a/ci/python-app.yml b/ci/python-app.yml index 81d1ef6..07a10be 100644 --- a/ci/python-app.yml +++ b/ci/python-app.yml @@ -9,10 +9,10 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Set up Python 3.7 + - name: Set up Python 3.8 uses: actions/setup-python@v1 with: - python-version: 3.7 + python-version: 3.8 - name: Install dependencies run: | python -m pip install --upgrade pip