diff options
author | Yobmod <yobmod@gmail.com> | 2021-06-17 17:38:42 +0100 |
---|---|---|
committer | Yobmod <yobmod@gmail.com> | 2021-06-17 17:38:42 +0100 |
commit | 3a84459c6a5a1d8a81e4a51189091ef135e1776e (patch) | |
tree | e1207dbe034f82deacbb76369716779608e7056d /setup.py | |
parent | df39446bb7b90ab9436fa3a76f6d4182c2a47da2 (diff) | |
parent | 636f77bf8d58a482df0bde8c0a6a8828950a0788 (diff) | |
download | gitpython-3a84459c6a5a1d8a81e4a51189091ef135e1776e.tar.gz |
add travis
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,6 +126,6 @@ setup( "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9" + "Programming Language :: Python :: 3.9" ] ) |