Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove support for EOL Python 3.3 #306

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

Merged
merged 1 commit into from
Apr 18, 2018
Merged

Remove support for EOL Python 3.3 #306

merged 1 commit into from
Apr 18, 2018

Conversation

jdufresne
Copy link
Member

Python 3.3 is end of life. It is no longer receiving bug fixes, including for security issues. It has been EOL since 2017-09-29. For additional information, see:

https://devguide.python.org/#status-of-python-branches

Use setuptools python_requires argument to help pip decide what version of the library to install.

https://packaging.python.org/tutorials/distributing-packages/#python-requires

If your project only runs on certain Python versions, setting the python_requires argument to the appropriate PEP 440 version specifier string will prevent pip from installing the project on other Python versions.

https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords

python_requires

A string corresponding to a version specifier (as defined in PEP 440) for the Python version, used to specify the Requires-Python defined in PEP 345.

Python 3.3 is end of life. It is no longer receiving bug fixes,
including for security issues. It has been EOL since 2017-09-29. For
additional information, see:

https://devguide.python.org/#status-of-python-branches

Use setuptools python_requires argument to help pip decide what version
of the library to install.

https://packaging.python.org/tutorials/distributing-packages/#python-requires

> If your project only runs on certain Python versions, setting the
> python_requires argument to the appropriate PEP 440 version specifier
> string will prevent pip from installing the project on other Python
> versions.

https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords

> python_requires
>
> A string corresponding to a version specifier (as defined in PEP 440)
> for the Python version, used to specify the Requires-Python defined in
> PEP 345.
@coveralls
Copy link

coveralls commented Jan 14, 2018

Coverage Status

Coverage remained the same at 87.609% when pulling ce70039 on jdufresne:py33 into c472e6b on requests:master.

@JonathanHuot
Copy link
Contributor

Would be great to see this one integrated!

Copy link
Contributor

@hugovk hugovk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The build is now failing due to Python 3.3, this is a good way to get it back to green.

https://travis-ci.org/requests/requests-oauthlib/builds/291674459

Python 3.3 is also little-used.

Here's the pip installs for requests-oauthlib from PyPI for last month:

python_version percent download_count
2.7 60.09% 313,687
3.6 23.08% 120,477
3.5 11.93% 62,254
3.4 4.51% 23,548
2.6 0.21% 1,071
3.7 0.13% 661
3.3 0.06% 308
3.2 0.00% 1
3.8 0.00% 1

Source: pypinfo --start-date -41 --end-date -14 --percent --pip --markdown requests-oauthlib pyversion

@sigmavirus24 sigmavirus24 merged commit 71f268a into requests:master Apr 18, 2018
@jdufresne jdufresne deleted the py33 branch December 26, 2018 19:30
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.

5 participants