Skip to content

Add initial types to object, and fix CI - #1271

Merged
Byron merged 23 commits into
gitpython-developers:mainfrom
Yobmod:main
Jun 18, 2021
Merged

Add initial types to object, and fix CI#1271
Byron merged 23 commits into
gitpython-developers:mainfrom
Yobmod:main

Conversation

@Yobmod

@YobmodYobmod commented Jun 17, 2021

Copy link
Copy Markdown
Contributor

Adds initial types to object submodule.

Fixed CI issue that arose due to mypy/typeshed updating: it didn't like IterableList overriding list.get_item() argument types, which were changed in typeshed). Added imports for SupportsIndex with python version checks (added in py3.8).

Also removed a python 3.5 from setup.py that got missed for #1270.

@ByronByron added this to the v3.1.18 - Bugfixes milestone Jun 18, 2021
@Byron
Byron merged commit 6a0d131 into gitpython-developers:mainJun 18, 2021
@Byron

Copy link
Copy Markdown
Member

Thanks a million, it's great to see CI back online and of course be able to make the 3.1.18 release :).

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@Yobmod@Byron