Skip to content

Commit

Permalink
update python version install of setup python
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed Nov 4, 2024
1 parent 4f7ba38 commit 5266b42
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 @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5266b42

Please sign in to comment.