From 1291f7384bd3a66b6de0d107eaba4e67efa4eae2 Mon Sep 17 00:00:00 2001 From: hahnec Date: Wed, 20 Mar 2024 00:55:53 +0100 Subject: [PATCH] fix(ver): use newest python version --- .github/workflows/gh_actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh_actions.yml b/.github/workflows/gh_actions.yml index 26ba5bd..3e1682f 100644 --- a/.github/workflows/gh_actions.yml +++ b/.github/workflows/gh_actions.yml @@ -159,13 +159,13 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ['3.7'] + python-version: ['3.9'] steps: - uses: actions/checkout@v2 - name: Install Python 3 uses: actions/setup-python@v1 with: - python-version: 3.7 + python-version: 3.9 - name: Install dependencies run: | python -m pip install --upgrade pip