Skip to content

Commit

Permalink
Try pypy3.10 in create_release_draft.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Nov 25, 2023
1 parent 8d1efd7 commit 7ac598d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 7ac598d

Please sign in to comment.