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 91db60c commit fea7541Copy full SHA for fea7541
.travis.yml
@@ -2,7 +2,9 @@ language: python
2
dist: xenial
3
cache: pip
4
python:
5
- - 3.7
+ # minimum required Python version
6
+ - 3.6
7
+ - 3.9
8
- nightly
9
- pypy3
10
install:
0 commit comments