cthoyt / zenodo-client

A tool for automated uploading and version management of scientific data to Zenodo
MIT License
25 stars 5 forks source link

Python 3.7 compatibility broken by typing import #12

Closed bgyori closed 1 year ago

bgyori commented 1 year ago

This PR https://github.com/cthoyt/zenodo-client/pull/8 does from typing import Literal which is Python 3.8+. This results in some broken tests in the indra_cogex repo. Since this is such a simple import, is it possible to replace it to maintain compatibility? Or should zenodo-client be declared 3.8+ only?

cthoyt commented 1 year ago

yes I will fix this right now

bgyori commented 1 year ago

Great, thanks!