From c3a2ae19ceee01a5f9945fbf0c0fa4549429edd8 Mon Sep 17 00:00:00 2001 From: enarjord Date: Mon, 24 Jan 2022 12:25:32 +0100 Subject: [PATCH] accept python3.9 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0cfd25605..96ec1f7b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v1 with: - python-version: 3.8 + python-version: 3.9 - name: Set Cache Key run: echo "PY=$(python --version --version | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV - name: Install System Deps @@ -38,7 +38,7 @@ jobs: matrix: python-version: - '3.8' - # - '3.9' + - '3.9' # - '3.10' steps: @@ -87,7 +87,7 @@ jobs: matrix: python-version: - '3.8' - # - '3.9' + - '3.9' # - '3.10' steps: @@ -136,7 +136,7 @@ jobs: matrix: python-version: - '3.8' - # - '3.9' + - '3.9' # - '3.10' steps: