From 5266b42a3db4e687c13d8ec28f03532d72067fdc Mon Sep 17 00:00:00 2001 From: Arthur Zucker Date: Mon, 4 Nov 2024 15:49:33 +0100 Subject: [PATCH] update python version install of setup python --- .github/workflows/python-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index d780b952c..f4bb3070e 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -42,12 +42,12 @@ jobs: ls: dir target: x86_64 python-architecture: x64 - interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 + interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13 - os: windows ls: dir target: i686 python-architecture: x86 - interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 + interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13 # - os: windows # ls: dir # target: aarch64 @@ -102,7 +102,7 @@ jobs: - name: set up python uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.13" architecture: ${{ matrix.python-architecture || 'x64' }} - run: pip install -U twine