update base version of python to 3.9 (#515)

This commit is contained in:
alrex
2021-05-31 12:17:49 -07:00
committed by GitHub
parent 3a7eb5364c
commit af7ab072cc
2 changed files with 2 additions and 2 deletions

View File

@ -13,4 +13,4 @@
# limitations under the License. # limitations under the License.
_instruments = ("scikit-learn ~= 0.22.0",) _instruments = ("scikit-learn ~= 0.24.0",)

View File

@ -327,7 +327,7 @@ commands =
sphinx-build -E -a -W -b html -T . _build/html sphinx-build -E -a -W -b html -T . _build/html
[testenv:lint] [testenv:lint]
basepython: python3.8 basepython: python3.9
recreate = False recreate = False
deps = deps =
-c dev-requirements.txt -c dev-requirements.txt