From 7ac598d6bf5da05031d63ed1d867673d85cd927e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Sat, 25 Nov 2023 14:34:09 -0500 Subject: [PATCH] Try pypy3.10 in create_release_draft.yml --- .github/workflows/create_release_draft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_release_draft.yml b/.github/workflows/create_release_draft.yml index 21c787c99d1..474ea7e72d3 100644 --- a/.github/workflows/create_release_draft.yml +++ b/.github/workflows/create_release_draft.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.11' + python-version: 'pypy3.10' #'3.11' - name: Generate core modules with last commit JSON file and patch file run: |