Skip to content

Commit 71312cd

Browse files
committed
Update CI/CD to use Python 3 (untested)
1 parent ae5a1b5 commit 71312cd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python ${{ matrix.python-version }}
2020
uses: actions/setup-python@v2
2121
with:
22-
python-version: 2.7
22+
python-version: 3.8
2323

2424
- name: Install test dependencies
2525
run: |

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ osx_image: xcode8.3
44

55
env:
66
matrix:
7-
- VERSION=2.7.10 SOURCE=macpython
8-
# Turn off 2.6 as it's no longer supported
9-
# - VERSION=2.6.9 SOURCE=macports
7+
- VERSION=3.8.9 SOURCE=macpython
108

119
before_install:
1210
# - brew update

0 commit comments

Comments
 (0)