MycroftAI / mycroft-skills-kit

Mycroft Skills Kit
Apache License 2.0
28 stars 12 forks source link

Make the typing dep required for Python 3.4 and lower only #45

Closed PureTryOut closed 4 years ago

PureTryOut commented 4 years ago

Typing is backport for Python older than 3.5, and isn't required on newer versions

krisgesling commented 4 years ago

We've officially dropped support for Python 3.4 as of Core v19.8.3, perhaps we can remove this altogether?

PureTryOut commented 4 years ago

If Python 3.4 and lower isn't support anymore anyway, then yes it should be dropped entirely. I updated the PR!

krisgesling commented 4 years ago

All seems to be working as expected, thanks :)