Skip to content

Commit

Permalink
Fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
wtdcode committed Feb 11, 2024
1 parent 48287d0 commit f1e913d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/PyPI-publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,13 @@ jobs:
- {
os: macos-14,
arch: aarch64,
python-ver: '3.8'
python-ver: '3.10'
}
steps:
- uses: actions/checkout@v2

- name: '🛠️ Set up Python'
if: ${{ !contains(matrix.config.os, 'macos-14') }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.config.python-ver }}

Expand Down

0 comments on commit f1e913d

Please sign in to comment.