Skip to content

Commit

Permalink
Remove 3.7
Browse files Browse the repository at this point in the history
Due to compatibility issues that are not caused by the project
we skip 3.7
ref : TheKevJames/coveralls-python#337
  • Loading branch information
henrykironde committed Dec 19, 2022
1 parent 9346682 commit 9ac5abe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -2,8 +2,9 @@ sudo: false
language: python
python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
install:
- "pip install python-coveralls"
- "pip install -e .[test]"
Expand Down

0 comments on commit 9ac5abe

Please sign in to comment.