From 0933453d8922d62253d9e143c4388096294f77f8 Mon Sep 17 00:00:00 2001 From: Ricardo Correa <47784603+ricardo-correa@users.noreply.github.com> Date: Fri, 15 Dec 2023 17:19:32 +0000 Subject: [PATCH] Update python-publish.yml --- .github/workflows/python-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index ce4a4e0..2d8fb09 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -31,7 +31,7 @@ jobs: fail-fast: false matrix: platform: ["ubuntu-latest", "macos-latest", "windows-latest"] - python-version: ["3.7", "3.8", "3.9"] + python-version: ["3.10", "3.11"] name: Python ${{ matrix.python-version }} on ${{ matrix.platform }} runs-on: ${{ matrix.platform }} @@ -68,7 +68,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: '3.10' - name: Check that tag version matches code version run: |