Skip to content

Commit 5a367ee

Browse files
committed
Drop py2.7 build tests
1 parent 6344f75 commit 5a367ee

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
shell: bash -l {0}
1717
env:
1818
CHANS_DEV: "-c pyviz/label/dev -c bokeh"
19-
PKG_TEST_PYTHON: "--test-python=py37 --test-python=py27"
19+
PKG_TEST_PYTHON: "--test-python=py37"
2020
PYTHON_VERSION: "3.7"
2121
CHANS: "-c pyviz"
2222
MPLBACKEND: "Agg"
@@ -58,7 +58,7 @@ jobs:
5858
shell: bash -l {0}
5959
env:
6060
CHANS_DEV: "-c pyviz/label/dev -c bokeh"
61-
PKG_TEST_PYTHON: "--test-python=py37 --test-python=py27"
61+
PKG_TEST_PYTHON: "--test-python=py37"
6262
PYTHON_VERSION: "3.7"
6363
CHANS: "-c pyviz"
6464
MPLBACKEND: "Agg"
@@ -75,6 +75,7 @@ jobs:
7575
- uses: conda-incubator/setup-miniconda@v2
7676
with:
7777
miniconda-version: "latest"
78+
python-version: 3.8
7879
- name: Fetch unshallow
7980
run: git fetch --prune --tags --unshallow -f
8081
- name: conda setup

0 commit comments

Comments
 (0)