From 57dcfd96bc79eaeebc077084d29c9d1c4cf5d14e Mon Sep 17 00:00:00 2001 From: Jungtaek Kim Date: Mon, 29 Mar 2021 10:57:20 +0900 Subject: [PATCH] Add Python 3.9 --- .travis.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3b7b47e..86977f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - "3.6" - "3.7" - "3.8" + - "3.9" install: - pip install . script: diff --git a/README.md b/README.md index f6cd0e3..48e0733 100644 --- a/README.md +++ b/README.md @@ -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)