Skip to content

Commit

Permalink
Merge pull request #104 from hawkowl/100-fix-pythons
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
hawkowl committed Dec 28, 2017
2 parents 97b0079 + 2be0d28 commit a6375a8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ install:
env:
- TOX_ENV=flake8
- TOX_ENV=check-manifest
- TOX_ENV=pypy-tests
- TOX_ENV=py27-tests
- TOX_ENV=py33-tests
- TOX_ENV=py34-tests

script:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Install from PyPI::

.. note::

``towncrier``, as a command line tool, works on Python 2.7/3.3/3.4/3.5 only.
``towncrier``, as a command line tool, works on Python 2.7/3.4+ only.
It is usable by projects written in other languages, provided you give it the version of the project when invoking it.
For Python 2/3 compatible projects, the version can be discovered automatically.

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
Expand Down
1 change: 1 addition & 0 deletions src/towncrier/newsfragments/103.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Python 3.3 is no longer supported.

0 comments on commit a6375a8

Please sign in to comment.