-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DEPS: drop 3.6 #34472
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
Comments
Happy to help here when the time comes :) |
we had a discussion about Python version support in #28415, so if doing this we need to update the version policy https://pandas.pydata.org/docs/development/policies.html#python-support |
looking at the number of downloads at https://anaconda.org/conda-forge/pandas/files i'm not convinced we should be doing this. |
no we need to drop we are already supporting 3.9 and it's time and most of that is likely city |
what about #34472 (comment) I'm all for dropping 3.6 (and using some typing stuff from 3.7), just want to make sure it's the right thing to do. |
the version policy is wrong |
* DEPS: drop 3.6 (#34472) * DEPS: drop 3.6 (#34472) * DEPS: fix file name (#34472) * DEPS: fix import (#34472) * DEPS: fix job name (#34472) * DEPS: resolve min version conflicts (#34472) * DEPS: fix env name (#34472) * DEPS: remove py36 check in test, bump matplotlib (#34472) * DEPS: fix travis 37 locale (#34472) * DEPS: remove PY37 check from tests (#34472) * DEPS: remove import (#34472) * DEPS: remove PY37 in benchmark (#34472) * try to fix timeout * pytable version * update minimum version * remove xfail for test apply * remove import * try to fix timeout * try to fix timeout * try to fix timeout * bump to 3.7.1 to fix timeout * migrate ci * fix env name * remove py37-locale from azure * resolve conflicts * update ci * update ci * sync with master * whatsnew and install doc * whatsnew and install doc * update environment.yml * update environment.yml * uncomment azure p37 locale * move min pyarrow test * bumpy numpy to 1.16.5 * bumpy numpy to 1.16.5 * fix 32bit * comment out 32bit CI * update numpy version in numpy/__init__.py * remove import from numpy/__init__.py * filter DeprecationWarning * filter DeprecationWarning * skip unreliable test for windows * skip unreliable test for windows * fix parameter order in docstring * skip test * skip test
according to schedule we should 3.6 in june 2020
https://numpy.org/neps/nep-0029-deprecation_policy.html
prob ok to keep for the 1.1 release then should drop for 1.2. we will likely be adding. 3.9 support so this makes sense.
The text was updated successfully, but these errors were encountered: