Skip to content

Commit

Permalink
Cleanup Python 3.4 remnants (#11)
Browse files Browse the repository at this point in the history
Already Python 3.4 is not planned for support here and is not being
tested against. This removes the last few lingering references to Python
3.4.
  • Loading branch information
jakirkham committed Aug 9, 2018
1 parent e08c04f commit d46e117
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Before you submit a pull request, check that it meets these guidelines:
2. If the pull request adds functionality, the docs should be updated. Put
your new functionality into a function with a docstring, and add the
feature to the list in README.rst.
3. The pull request should work for Python 2.7, 3.4, 3.5, and 3.6. Check
3. The pull request should work for Python 2.7, 3.5, and 3.6. Check
https://travis-ci.org/dask/dask-image/pull_requests
and make sure that the tests pass for all supported Python versions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def run_tests(self):
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
],
Expand Down

0 comments on commit d46e117

Please sign in to comment.