mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-28 20:52:57 +08:00
update base version of python to 3.9 (#515)
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user