From 4ce57d2d142758b4fcd44097808df643615126fb Mon Sep 17 00:00:00 2001 From: umarcor Date: Sun, 17 Oct 2021 14:53:06 +0200 Subject: ci: bump Python to 3.10 when using Action setup-python --- .github/workflows/Test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 55caad911..55da4c176 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -78,7 +78,7 @@ jobs: - name: '🐍 Setup Python' uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: '3.10' - name: '🔧 Install dependencies' run: | @@ -470,7 +470,7 @@ jobs: - name: '🐍 Setup Python' uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: '3.10' architecture: ${{ matrix.pyarch }} - name: '🐍 Install Python dependencies' @@ -545,7 +545,7 @@ jobs: - name: '🐍 Setup Python' uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: '3.10' architecture: ${{ matrix.pyarch }} - name: '📥 Download artifact: pyGHDL' -- cgit v1.2.3