We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae5a1b5 commit 71312cdCopy full SHA for 71312cd
.github/workflows/continuous-integration.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Python ${{ matrix.python-version }}
20
uses: actions/setup-python@v2
21
with:
22
- python-version: 2.7
+ python-version: 3.8
23
24
- name: Install test dependencies
25
run: |
.travis.yml
@@ -4,9 +4,7 @@ osx_image: xcode8.3
4
5
env:
6
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
+ - VERSION=3.8.9 SOURCE=macpython
10
11
before_install:
12
# - brew update
0 commit comments