Skip to content

Commit

Permalink
update Python tests
Browse files Browse the repository at this point in the history
- drop 2.7 (see #152)
- add 3.9
  • Loading branch information
orbeckst committed Oct 28, 2021
1 parent f9eb291 commit d55a1ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, ]
python-version: [2.7, 3.7, 3.8]
python-version: [3.7, 3.8, 3.9]
include:
- name: macOS_bigsur_py39
os: macOS-11
python-version: 3.8
python-version: 3.9
- name: macOS_catalina_py37
os: macOS-10.15
python-version: 3.7
Expand Down

0 comments on commit d55a1ed

Please sign in to comment.