Skip to content

Commit 37e8463

Browse files
committed
Python 3.6 has been dropped from ubuntu-latest(22.04)
1 parent 4cf8c6b commit 37e8463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
matrix:
115115
python: ['3.6', '3.7', '3.8', '3.9', '3.10']
116116
include:
117-
- os: [ubuntu-latest]
117+
- os: [ubuntu-20.04] #ubuntu-latest doesn't supports cp36
118118
arch: ["x86_64"]
119119
steps:
120120
- name: Check out repository

0 commit comments

Comments
 (0)