Focus only on legacy Python for now

Python2
Christian Clauss 4 years ago committed by GitHub
parent 0895aeb323
commit b35f777580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest]
python-version: [2.7, 3.8]
python-version: [2.7] # , 3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}

Loading…
Cancel
Save