Skip to content

Commit a91d1d4

Browse files
committed
Removed python 3.7 and 3.8 as they have no required distribution of numpy available
1 parent 7202d04 commit a91d1d4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
matrix:
1212
os: [ubuntu-latest]
1313
python-version:
14-
- "3.7"
15-
- "3.8"
1614
- "3.9"
1715
- "3.10"
1816
- "3.11"
@@ -35,6 +33,6 @@ jobs:
3533
3634
- name: Run tests
3735
run: |
38-
python -m unittest discover
36+
python -m unittest discover -v
3937
4038

0 commit comments

Comments
 (0)