Skip to content

Commit 222994d

Browse files
author
jiangxinglei
committed
update github workflow
1 parent 1aea192 commit 222994d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: prefix-dev/setup-pixi@v0.8.5
3939
with:
4040
pixi-version: v0.49.0
41-
environments: default py35 py36 py37
41+
environments: default protoc py37 py38 py39
4242
- name: Build with debug profile
4343
run: ./pixiw run build
4444
- name: Verify that the dynamic libraries only requires glibc <= 2.12
@@ -59,7 +59,7 @@ jobs:
5959
uses: prefix-dev/setup-pixi@v0.8.5
6060
with:
6161
pixi-version: v0.49.0
62-
environments: default py35 py36 py37 tools
62+
environments: default py37 py38 py39 tools
6363
- name: Create wheel
6464
run: |
6565
./pixiw run create-wheel

0 commit comments

Comments
 (0)