From cc3f7f7100221cedd320cb148122f9026a380a5b Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Tue, 23 Jan 2024 10:00:04 +0100 Subject: [PATCH] Remove py313 windows. (#432) * Remove py313 windows. * Fix aarch+linux interpreter. * Remove incorrect modification ? --- .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 70d2a76c..ba11dc74 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -37,17 +37,17 @@ jobs: platform: linux - os: windows ls: dir - interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9 pypy3.10 + interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.8 pypy3.9 pypy3.10 - os: windows ls: dir target: i686 python-architecture: x86 - interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13 + interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 - os: windows ls: dir target: x86_64 python-architecture: x64 - interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13 + interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 # - os: windows # ls: dir # target: aarch64