-
Notifications
You must be signed in to change notification settings - Fork 750
drop python 2.6, 3.2, and 3.3 #270
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
While we're at it, I guess that Python 3.2 can also be dropped, leading to support for 2.7 and 3.4-6. |
@filmor how about 3.3? according to python docs it should retire in about one year: |
Does that help us? From what I saw until now (which is admittedly not nearly all of the code) we don't use anything in the code that would expect Python >=3.4. |
@denfromufa Python 2.6 is listed on Appveyor's list of installed software but 3.2 isn't. I'm ok with dropping py26, py32, and even py33 since it seems to have less users than py2.6. https://hynek.me/articles/python3-2016/ We should complete a release for pythonnet now that 3.6 is out, and add a deprecation notice letting users know that we are dropping py2.6, py3.2, py3.3 in the following release. |
According to |
I think it's okay for now to just drop 3.2 and 2.6 officially, and for the next release actually rip out code that is just needed for those versions and 3.3. |
I removed the py3.2 tag. If I understood correctly we're removing py3.3 after v2.2.0 release along with the refactoring of dropping all 3 versions. |
reopening to decide dropping of python 3.3 support |
@dmitriyse i see minimal downloads for python 3.3 builds of pythonnet on anaconda and pypi: https://anaconda.org/pythonnet/pythonnet/files?sort=ndownloads&sort_order=desc |
@denfromufa Thank you for the stat. I think is a quite obvios that we needs to drop 3.3. |
ok, it is safe to drop 3.3 according to this PEP: https://www.python.org/dev/peps/pep-0398/#id21 |
Uh oh!
There was an error while loading. Please reload this page.
We have Travis CI (Linux and OSX soon) for Python 2.6, but no CI for Python 2.6 on Appveyor (Windows).
Python 2.6 was dropped by major packages (even numpy is dropping support in v1.12.0) and Python 3.6 is going to be added soon.
If anyone is against dropping Python 2.6 let's collect feedback.
The text was updated successfully, but these errors were encountered: