Skip to content

Commit

Permalink
global: remove python 2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
topless committed May 6, 2020
1 parent 7394381 commit 049159e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ env:
- REQUIREMENTS=devel EXTRAS=all,postgresql SQLALCHEMY_DATABASE_URI="postgresql+psycopg2://postgres@localhost:5432/invenio"

python:
- "2.7"
- "3.5"
- "3.6"

matrix:
fast_finish: true
Expand Down Expand Up @@ -81,7 +80,7 @@ deploy:
password:
secure: "KkwjVEqV1AkXMAgA9rm4C0KGqOjWqVu0a1EHJhvS4SQMRnxqmP/aSC8P8TBbTZHu2un10NyRmKUb4ZMQxCxa9SzubER1DH/V86esHNY4gBCWTfDOD6OQmugLb0WmpqY/U4LIz2dLd2r028kCoTtaxh24yl9oLNRbRvH7XsWbBxQ93D21acP47AGP8dx6aX6gCmNEL2ba+A62k4eN5U8L1IY9WKCfWCuSClhwO46RN3WrAsv7bs9JGZzPLUveF/IMZQpLCXyY0y0ISPXBhyWwMOcURe1IED3je/Gv3THM6ZRqL4NPNQqft6iZ7NIvHj4/dVX/EZt3ATx7Qm8PCuBq4HfFXiNzqX5xX4ys8mPt6w4S9GDSqRzGILEVAgmnXC0JW8J+1nxH2Ka4nghLU5KaaVMR+yqRDYwje0Kov6XmAlunwzfBQMMUXhlrGBjKdQ6ej7ALpIDvunUtGUvTVB2Jn7qHmH0mcMs5Nb18sJ9H155+0h/Ex6QX+ZeG57oM3IkkfSuERHY2PJC0uaxbkjm8YwwbK6Q9Mo4WLjKQcUr/YnA7H1AzrinO/2dz5u7hWyKdSUwMllC6m8Dy2qEYT7W10dbL+DGSGOCt9Mzy9++UCgR4bSslekOr35CrNkJNgc/70bVHg7iI85tbYYVxXEp/1IMI+jV2eQx4cD3BxXEqhEY="
distributions: "compile_catalog sdist bdist_wheel"
skip_existing: true
on:
tags: true
python: "3.5"
condition: $REQUIREMENTS = release
7 changes: 6 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@
Changes
=======

Version 1.3.1 (released to-be-determined)

- Removed support for Python 2
- Upgraded Python 3.5 to 3.6

Version 1.3.0 (released 2019-08-01)

- Removes deprecated CLI.
- Removed deprecated CLI.

Version 1.2.2 (released 2019-07-11)

Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,8 @@
'Programming Language :: Python',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Development Status :: 5 - Production/Stable',
],
Expand Down

0 comments on commit 049159e

Please sign in to comment.