diff options
| author | Harmon <Harmon758@gmail.com> | 2020-02-16 14:32:28 -0600 |
|---|---|---|
| committer | Harmon <Harmon758@gmail.com> | 2020-02-16 14:32:28 -0600 |
| commit | 9e47352575d9b0a453770114853620e8342662fb (patch) | |
| tree | f4cd8fcc1a81345d102091c04cf14c2dc562cb1a /.travis.yml | |
| parent | e4a83ff7910dc3617583da7e0965cd48a69bb669 (diff) | |
| download | GitPython-9e47352575d9b0a453770114853620e8342662fb.tar.gz GitPython-9e47352575d9b0a453770114853620e8342662fb.zip | |
Add support for Python 3.8
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 65c36d32..c25a55be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "3.5" - "3.6" - "3.7" + - "3.8" - "nightly" # - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details) matrix: |
