-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use typing_extensions only for python<3.8 #220
Conversation
Hi there! While I understand the reasoning behind this PR, I believe it will not fix the original problem for you and So, at one side I'm open to merge this to Please let me know on your thoughts after ^ |
@playpauseandstop |
Gosh. You're completely correct. Starting process of merging this into Thanks for the PR! |
Should it be through try/except ImportError or by checking python version? |
I am fine with proposed solution, to try to import from CI is fine with that solutions as well... |
Other: ------ - (**deps**) bump actions/checkout from 2.3.5 to 2.4.0 (#218) - (**deps**) bump actions/setup-python from 2.2.2 to 2.3.1 (#216) - (**deps**) bump actions/cache from 2.1.6 to 2.1.7 (#214) - (**deps**) bump tibdex/github-app-token from 1.4 to 1.5 (#215) - (**deps**) bump peter-evans/create-pull-request from 3.10.1 to 3.11.0 (#217) - (**deps**) bump aiohttp from 3.8.0 to 3.8.1 (#211) - (**deps**) bump aiohttp-middlewares from 1.2.0 to 1.2.1 (#209) - (**deps**) bump typing-extensions from 3.10.0.2 to 4.0.1 (#213) - (**deps-dev**) bump coverage from 6.1.1 to 6.2 (#210) - (**deps-dev**) bump types-pyyaml from 6.0.0 to 6.0.1 (#212) - Fix link (#219) - Install typing_extensions only for python<3.8 (#220)
Maintenance release, which in same time ensures that `rororo` installs `typing-extensions` only for Python <3.8. Thanks @q0w for contribution. Other: ------ - (**deps**) bump actions/checkout from 2.3.5 to 2.4.0 (#218) - (**deps**) bump actions/setup-python from 2.2.2 to 2.3.1 (#216) - (**deps**) bump actions/cache from 2.1.6 to 2.1.7 (#214) - (**deps**) bump tibdex/github-app-token from 1.4 to 1.5 (#215) - (**deps**) bump peter-evans/create-pull-request from 3.10.1 to 3.11.0 (#217) - (**deps**) bump aiohttp from 3.8.0 to 3.8.1 (#211) - (**deps**) bump aiohttp-middlewares from 1.2.0 to 1.2.1 (#209) - (**deps**) bump typing-extensions from 3.10.0.2 to 4.0.1 (#213) - (**deps-dev**) bump coverage from 6.1.1 to 6.2 (#210) - (**deps-dev**) bump types-pyyaml from 6.0.0 to 6.0.1 (#212) - Fix link (#219) - Install typing_extensions only for python<3.8 (#220) Co-authored-by: playpauseandstop <[email protected]>
No description provided.