diff options
author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2021-06-18 11:28:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-18 11:28:33 +0800 |
commit | 6a0d131ece696f259e7ab42a064ceb10dabb1fcc (patch) | |
tree | fb07007006ec6af0dccbcd6a62abc4c6589dcfd3 /setup.py | |
parent | b0f79c58ad919e90261d1e332df79a4ad0bc40de (diff) | |
parent | 18b6aa55309adfa8aa99bdaf9e8f80337befe74e (diff) | |
download | gitpython-6a0d131ece696f259e7ab42a064ceb10dabb1fcc.tar.gz |
Merge pull request #1271 from Yobmod/main
Add initial types to object, and fix CI
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -123,7 +123,6 @@ setup( "Operating System :: MacOS :: MacOS X", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", |