Skip to content

Commit

Permalink
global: removed python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
topless committed May 6, 2020
1 parent 7d704f7 commit a823f1b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Expand Up @@ -23,13 +23,15 @@ env:
- REQUIREMENTS=devel

python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"

matrix:
fast_finish: true
allow_failures:
- env: REQUIREMENTS=devel
- python: "3.8"

before_install:
- "travis_retry pip install --upgrade pip setuptools py"
Expand All @@ -56,5 +58,4 @@ deploy:
distributions: "sdist bdist_wheel"
on:
tags: true
python: "2.7"
condition: $REQUIREMENTS = release
skip_existing: true
6 changes: 6 additions & 0 deletions CHANGES.rst
Expand Up @@ -8,6 +8,12 @@
Changes
=======

Version 1.0.3 (released to-be-determined)

- Removed support for Python 2
- Removed support for Python 3.5
- Added support for Python 3.6, 3.7, 3.8

Version 1.0.2 (released 2019-07-29)

- Added `ALLOWED_HTML_TAGS` and `ALLOWED_HTML_ATTRS` config keys.
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Expand Up @@ -80,10 +80,9 @@
'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 :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Development Status :: 5 - Production/Stable',
],
Expand Down

0 comments on commit a823f1b

Please sign in to comment.