We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f78c47f commit 6d6d83eCopy full SHA for 6d6d83e
β.github/workflows/build.ymlβ
@@ -45,7 +45,7 @@ jobs:
45
46
- uses: actions/setup-python@v4
47
with:
48
- python-version: '3.10'
+ python-version: '3.11'
49
cache: 'pip'
50
cache-dependency-path: 'requirements.txt'
51
@@ -123,7 +123,7 @@ jobs:
123
124
125
126
127
128
129
# Note that ARM64 prior to Win11 requires x86, but this will install x64
β.github/workflows/maint.ymlβ
@@ -42,7 +42,7 @@ jobs:
42
43
44
0 commit comments