We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b866d commit c82b648Copy full SHA for c82b648
1 file changed
.github/workflows/python-wheel-workflow.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Set up Python
60
uses: actions/setup-python@v5
61
with:
62
- python-version: "3.9"
+ python-version: "3.10"
63
64
- name: Install dependencies
65
run: |
@@ -159,7 +159,7 @@ jobs:
159
160
161
162
163
164
- name: Set up Miniconda (macOS/Windows)
165
if: matrix.os == 'windows' || matrix.os == 'macos'
0 commit comments