summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/wheel.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml
index b2879fe..2305008 100644
--- a/.github/workflows/wheel.yml
+++ b/.github/workflows/wheel.yml
@@ -22,10 +22,10 @@ jobs:
with:
platforms: arm64
- - name: Set up Python 3.9
- uses: actions/setup-python@v3
+ - name: Set up Python 3.x
+ uses: actions/setup-python@v4
with:
- python-version: 3.9
+ python-version: "3.x"
cache: "pip"
- name: Prepare