Drop py36
See original GitHub issueso we can use from __future__ import annotations
Issue Analytics
- State:
- Created a year ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Drop py36 and py37 from zuul gate test · eb89f3f56d - vmware ...
vmware-nsxlib - A common library that interfaces with VMware NSX.
Read more >Removing Python 3.6 Support from My Packages
2022-01-11-drop-python-3.6.sh ... git diff --exit-code git checkout main git pull sd ' +- 3\.6\n' '' .github/workflows/main.yml sd ' +py36.
Read more >dev-python/pytz: Use -r27 eclasses, drop py36 · 643e96e505 ...
dev-python/pytz: Use -r27 eclasses, drop py36 · 2 changed files · 3 additions · 3 deletions.
Read more >Install py36-pendulum on macOS with MacPorts - Ports | MacPorts
py36 -pendulum. v 2.1.2. Python datetimes made easy. Pendulum is a Python package to ease datetimes manipulation. It provides classes that are drop-in ......
Read more >Changelog — GCSFs 2022.11.0 documentation
2022.02.0¶. fix list_buckets without cache (#449). drop py36 (#445). 2022.01.0¶. update refname for versions (#442). 2021.11.1¶.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Need to do some reading, wondering if we can make use of https://docs.python.org/3/library/multiprocessing.shared_memory.html once py38+
We recently finished going through a lot of work to support python 3.6 (#4664 and #4147). Originally this was a high priority task because there were lots of Modin downloads at the last Modin version to support python 3.6, 0.8.3.post0 (or before that version came out, 0.8.3). However, according to pepy.tech, there are something like 100 downloads per day of 0.8.3.post0, compared to something around 2000 each for modin 15.2 (latest version) and 12.1 (last version to support python 3.7). 0.8.3.post0 downloads took a steep decline starting around May 31, and the last time we looked at python 3.6 downloads may have been earlier than that.
@modin-project/modin-contributors @modin-project/modin-core @devin-petersohn @vnlitvinov any thoughts on maintaining support for python 3.6?