Skip to content

Commit

Permalink
update base version of python to 3.9 (open-telemetry#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
alrex authored May 31, 2021
1 parent 3a7eb53 commit af7ab07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.


_instruments = ("scikit-learn ~= 0.22.0",)
_instruments = ("scikit-learn ~= 0.24.0",)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ commands =
sphinx-build -E -a -W -b html -T . _build/html

[testenv:lint]
basepython: python3.8
basepython: python3.9
recreate = False
deps =
-c dev-requirements.txt
Expand Down

0 comments on commit af7ab07

Please sign in to comment.