Skip to content

Commit 5efdd48

Browse files
committed
Goodbye python 2
1 parent 87836b3 commit 5efdd48

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ built-in function::
2121
>>> import certifi
2222

2323
>>> certifi.where()
24-
'/usr/local/lib/python2.7/site-packages/certifi/cacert.pem'
24+
'/usr/local/lib/python3.7/site-packages/certifi/cacert.pem'
2525

2626
Or from the command line::
2727

2828
$ python -m certifi
29-
/usr/local/lib/python2.7/site-packages/certifi/cacert.pem
29+
/usr/local/lib/python3.7/site-packages/certifi/cacert.pem
3030

3131
Enjoy!
3232

setup.py

-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@
5454
'License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)',
5555
'Natural Language :: English',
5656
'Programming Language :: Python',
57-
'Programming Language :: Python :: 2',
58-
'Programming Language :: Python :: 2.6',
59-
'Programming Language :: Python :: 2.7',
6057
'Programming Language :: Python :: 3',
6158
'Programming Language :: Python :: 3.3',
6259
'Programming Language :: Python :: 3.4',

0 commit comments

Comments
 (0)