Skip to content

Commit

Permalink
Note Python 3.7 support (#95)
Browse files Browse the repository at this point in the history
Update the repo to list Python 3.7 support alongside other Python
versions that are supported.
  • Loading branch information
jakirkham committed Feb 3, 2019
1 parent d5bac99 commit edf5bab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.5, and 3.6. Check
3. The pull request should work for Python 2.7, 3.5, 3.6, and 3.7. Check
https://travis-ci.org/dask/dask-image/pull_requests
and make sure that the tests pass for all supported Python versions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def run_tests(self):
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
],
tests_require=test_requirements
)

0 comments on commit edf5bab

Please sign in to comment.