Skip to content

Commit 1303c2d

Browse files
committed
Update some test environments to 3.10
Fixes open-telemetry#3148
1 parent 8f312c4 commit 1303c2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

+4-4
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
@@ -198,7 +198,7 @@ commands =
198198
codespell
199199

200200
[testenv:lint]
201-
basepython: python3.9
201+
basepython: python3.10
202202
recreate = True
203203
deps =
204204
-c dev-requirements.txt
@@ -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)