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

Skip to content

Drop support for Python 2.6? #995

Closed
Closed
@dhermes

Description

@dhermes

I bring this up because cryptography now warns users still on Py2.6 as of 0.9.3 (which was released July 9)

$ python2.6
Python 2.6.9 (default, Oct 22 2014, 19:56:52) 
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import cryptography
/usr/local/lib/python2.6/dist-packages/cryptography/__init__.py:25: DeprecationWarning: Python 2.6 is no longer supported by the Python core tea
m, please upgrade your Python.
  DeprecationWarning
>>> cryptography.__version__
'0.9.3'
>>> 
$ vanity cryptography
...
                 cryptography-0.9.3.tar.gz    2015-07-09       105316
cryptography-0.9.3-cp34-none-win_amd64.whl    2015-07-09          315
    cryptography-0.9.3-cp34-none-win32.whl    2015-07-09          382
cryptography-0.9.3-cp33-none-win_amd64.whl    2015-07-09          157
    cryptography-0.9.3-cp33-none-win32.whl    2015-07-09          170
cryptography-0.9.3-cp27-none-win_amd64.whl    2015-07-09        20267
    cryptography-0.9.3-cp27-none-win32.whl    2015-07-09        11954
cryptography-0.9.3-cp26-none-win_amd64.whl    2015-07-09          229
    cryptography-0.9.3-cp26-none-win32.whl    2015-07-09          589
---------------------------------------------------------------------
cryptography has been downloaded 5848426 times!
``

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions