Skip to content

Commit

Permalink
Add Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jungtaekkim committed Mar 29, 2021
1 parent 59edd11 commit 57dcfd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
install:
- pip install .
script:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Benchmarks for Bayesian optimization.
The details of benchmark functions can be found in [these notes](http://jungtaek.github.io/notes/benchmarks_bo.pdf).

## Installation
We recommend it should be installed in `virtualenv`.
We recommend installed it with `virtualenv`.
You can choose one of three installation options.

* Using PyPI repository (for user installation)
Expand Down

0 comments on commit 57dcfd9

Please sign in to comment.