Skip to content

Commit

Permalink
Remove py313 windows. (#432)
Browse files Browse the repository at this point in the history
* Remove py313 windows.

* Fix aarch+linux interpreter.

* Remove incorrect modification ?
  • Loading branch information
Narsil committed Jan 23, 2024
1 parent 61303a4 commit cc3f7f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc3f7f7

Please sign in to comment.