File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ commands =
189
189
mypyinstalled: mypy --install-types --non-interactive --namespace-packages opentelemetry-api/tests/mypysmoke.py --strict
190
190
191
191
[testenv:spellcheck]
192
- basepython: python3.9
192
+ basepython: python3.10
193
193
recreate = True
194
194
deps =
195
195
codespell
@@ -198,7 +198,7 @@ commands =
198
198
codespell
199
199
200
200
[testenv:lint]
201
- basepython: python3.9
201
+ basepython: python3.10
202
202
recreate = True
203
203
deps =
204
204
-c dev-requirements.txt
@@ -254,7 +254,7 @@ commands =
254
254
sphinx-build -E -a -W -b html -T . _build/html
255
255
256
256
[testenv:tracecontext]
257
- basepython: python3.9
257
+ basepython: python3.10
258
258
deps =
259
259
# needed for tracecontext
260
260
aiohttp~=3.6
@@ -312,7 +312,7 @@ commands_post =
312
312
docker-compose down -v
313
313
314
314
[testenv:public-symbols-check]
315
- basepython: python3.9
315
+ basepython: python3.10
316
316
recreate = True
317
317
deps =
318
318
GitPython
You can’t perform that action at this time.
0 commit comments