mirror of
https://gitee.com/openharmony/third_party_pyyaml
synced 2024-11-23 07:20:31 +00:00
Remove 2.7 from CI
This commit is contained in:
parent
f20947ae25
commit
f5bd5607ef
@ -14,8 +14,6 @@ environment:
|
||||
PYYAML_TEST_GROUP: all
|
||||
|
||||
# matrix:
|
||||
# - PYTHON_VER: Python27
|
||||
# - PYTHON_VER: Python27-x64
|
||||
# - PYTHON_VER: Python35
|
||||
# - PYTHON_VER: Python35-x64
|
||||
# - PYTHON_VER: Python36
|
||||
|
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -118,7 +118,6 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
cfg:
|
||||
- { platform: manylinux1, arch: x86_64, python_tag: cp27-cp27mu }
|
||||
- { platform: manylinux1, arch: x86_64, python_tag: cp36-cp36m }
|
||||
- { platform: manylinux1, arch: x86_64, python_tag: cp37-cp37m }
|
||||
- { platform: manylinux1, arch: x86_64, python_tag: cp38-cp38 }
|
||||
@ -217,7 +216,6 @@ jobs:
|
||||
arch:
|
||||
- x86_64
|
||||
python_tag:
|
||||
- cp27*
|
||||
- cp36*
|
||||
- cp37*
|
||||
- cp38*
|
||||
|
@ -117,8 +117,6 @@ Function Upload-Artifacts() {
|
||||
Bootstrap
|
||||
|
||||
$pythons = @(
|
||||
"C:\Python27"
|
||||
"C:\Python27-x64"
|
||||
"C:\Python36"
|
||||
"C:\Python36-x64"
|
||||
"C:\Python37"
|
||||
|
Loading…
Reference in New Issue
Block a user