Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ setup.py # Project is pip-installable, project requirements managed here.

* On a Mac, you can run `brew install miniconda`.

* Use Python version 3.8.5+ for development. We have not yet upgraded the project to use Python 3.9
(see [#166](https://github.com/google/weather-tools/issues/166)).
* Use Python version 3.8.5+ for development.

3. Clone the repo and install dependencies with anaconda.

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

[tox]
envlist = py37,py38,lint,type
envlist = py38,py39,lint,type

[testenv]
deps = .[test]
Expand Down
Loading