mirror of
https://github.com/yaml/pyyaml.git
synced 2025-10-19 11:03:18 +00:00
Remove 2.7 from CI
This commit is contained in:
parent
f20947ae25
commit
f5bd5607ef
3 changed files with 0 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue