Skip to content

Commit af7ab07

Browse files
author
alrex
authored
update base version of python to 3.9 (#515)
1 parent 3a7eb53 commit af7ab07

File tree

2 files changed

+2
-2
lines changed
  • instrumentation/opentelemetry-instrumentation-sklearn/src/opentelemetry/instrumentation/sklearn

2 files changed

+2
-2
lines changed

instrumentation/opentelemetry-instrumentation-sklearn/src/opentelemetry/instrumentation/sklearn/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414

1515

16-
_instruments = ("scikit-learn ~= 0.22.0",)
16+
_instruments = ("scikit-learn ~= 0.24.0",)

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ commands =
327327
sphinx-build -E -a -W -b html -T . _build/html
328328

329329
[testenv:lint]
330-
basepython: python3.8
330+
basepython: python3.9
331331
recreate = False
332332
deps =
333333
-c dev-requirements.txt

0 commit comments

Comments
 (0)