From e9d34e43e5c1c8a7bf68f539d83a34f7cab5c526 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 3 Nov 2019 14:41:39 +0100 Subject: [PATCH] Upgrade from Python 3.7 to 3.8 --- ci/python-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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