Skip to content

Commit f1e913d

Browse files
committed
Fix python version
1 parent 48287d0 commit f1e913d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/PyPI-publishing.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,13 @@ jobs:
6767
- {
6868
os: macos-14,
6969
arch: aarch64,
70-
python-ver: '3.8'
70+
python-ver: '3.10'
7171
}
7272
steps:
7373
- uses: actions/checkout@v2
7474

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

0 commit comments

Comments
 (0)