Skip to content

Commit 137d4ee

Browse files
committed
Update some test environments to 3.10
Fixes open-telemetry#3148
1 parent 6785335 commit 137d4ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ commands =
189189
mypyinstalled: mypy --install-types --non-interactive --namespace-packages opentelemetry-api/tests/mypysmoke.py --strict
190190

191191
[testenv:spellcheck]
192-
basepython: python3.9
192+
basepython: python3.10
193193
recreate = True
194194
deps =
195195
codespell
@@ -254,7 +254,7 @@ commands =
254254
sphinx-build -E -a -W -b html -T . _build/html
255255

256256
[testenv:tracecontext]
257-
basepython: python3.9
257+
basepython: python3.10
258258
deps =
259259
# needed for tracecontext
260260
aiohttp~=3.6
@@ -312,7 +312,7 @@ commands_post =
312312
docker-compose down -v
313313

314314
[testenv:public-symbols-check]
315-
basepython: python3.9
315+
basepython: python3.10
316316
recreate = True
317317
deps =
318318
GitPython

0 commit comments

Comments
 (0)