update base version of python to 3.9 (#515)
This commit is contained in:
parent
3a7eb5364c
commit
af7ab072cc
|
|
@ -13,4 +13,4 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
|
||||||
_instruments = ("scikit-learn ~= 0.22.0",)
|
_instruments = ("scikit-learn ~= 0.24.0",)
|
||||||
|
|
|
||||||
2
tox.ini
2
tox.ini
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue