Skip to content

Remove typing dependency#3

Open
thoger-rh wants to merge 1 commit intoMatbe34:masterfrom
thoger-rh:remove-typing-dependency-upstream
Open

Remove typing dependency#3
thoger-rh wants to merge 1 commit intoMatbe34:masterfrom
thoger-rh:remove-typing-dependency-upstream

Conversation

@thoger-rh
Copy link

The typing project is archived on pypi, as typing module is part of the Python standard library as of version 3.5.

Requiring typing when using Python 3.5 and later is not needed.

Reference: https://pypi.org/project/typing/

The typing project is archived on pypi, as typing module is part of the
Python standard library as of version 3.5.

Requiring typing when using Python 3.5 and later is not needed.

Reference: https://pypi.org/project/typing/
@thoger-rh
Copy link
Author

They typing project description on pypi also notes that using typing;python_version<"3.5" might be an alternative. While this works with current Python / pip versions, I got this error when trying to use that with Python 3.4 + pip version form that era:

'install_requires' must be a string or list of strings containing valid project/version requirement specifiers

Python 3.5.0 was released in Sep 2015, 10+ years ago.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant