Skip to content

Commit

Permalink
Update documentation to state support for Python 3.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
bastula committed Sep 5, 2019
1 parent f660577 commit 3cf2793
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ 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/dicompyler/dicompyler-core/pull_requests
and make sure that the tests pass for all supported Python versions.

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Other information

- Free software: `BSD license <https://github.com/dicompyler/dicompyler-core/blob/master/LICENSE>`__
- Documentation: `Read the docs <https://dicompyler-core.readthedocs.io>`__
- Tested on Python 2.7, 3.5, 3.6
- Tested on Python 2.7, 3.5, 3.6, 3.7

Dependencies
------------
Expand Down
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@
'dvhinterpolation': ["scikit-image"],
'volume': ["shapely>=1.6"]
},
dependency_links=[
"git+https://github.com/darcymason/pydicom.git#egg=pydicom-1.0.0a1"
],
license="BSD License",
zip_safe=False,
keywords=[
Expand Down

0 comments on commit 3cf2793

Please sign in to comment.