We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aea192 commit 222994dCopy full SHA for 222994d
1 file changed
.github/workflows/python.yml
@@ -38,7 +38,7 @@ jobs:
38
uses: prefix-dev/setup-pixi@v0.8.5
39
with:
40
pixi-version: v0.49.0
41
- environments: default py35 py36 py37
+ environments: default protoc py37 py38 py39
42
- name: Build with debug profile
43
run: ./pixiw run build
44
- name: Verify that the dynamic libraries only requires glibc <= 2.12
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
- environments: default py35 py36 py37 tools
+ environments: default py37 py38 py39 tools
63
- name: Create wheel
64
run: |
65
./pixiw run create-wheel
0 commit comments