Skip to content

Commit

Permalink
Update DOC and CI for Python 3.6-3.9 (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Oct 28, 2020
1 parent ebf0a41 commit 1d29a13
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
18 changes: 15 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,28 @@ matrix:
- os: osx
env:
- PYTHON_VERSION=3.6
- os: osx
env:
- PYTHON_VERSION=3.7
- os: osx
env:
- PYTHON_VERSION=3.8
- os: osx
env:
- PYTHON_VERSION=3.9
- os: linux
env:
- PYTHON_VERSION=3.6
- DOC=true
- os: osx
- os: linux
env:
- PYTHON_VERSION=3.7
- DOC=true
- os: linux
env:
- PYTHON_VERSION=3.7
- PYTHON_VERSION=3.8
- os: linux
env:
- PYTHON_VERSION=3.9
notifications:
email: false

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,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 3.5, 3.6, and 3.7.
3. The pull request should work for Python 3.6-3.9.

Tips
----
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def get_version():
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
description="rasterio xarray extension.",
install_requires=requirements,
Expand Down

0 comments on commit 1d29a13

Please sign in to comment.