Skip to content

Commit af71c4a

Browse files
authored
Update tox.ini to match the supported python versions (#422)
The tox.ini file was missed in this update: 779e89b By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 88e4ee7 commit af71c4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ skipsdist = True
44
skip_missing_interpreters = True
55
envlist =
66
; aws-opentelemetry-distro
7-
3.{7,8,9,10,11}-test-aws-opentelemetry-distro
7+
3.{9,10,11,12,13}-test-aws-opentelemetry-distro
88
; intentionally excluded from pypy3 since we use grpc in aws-opentelemetry-distro, but pypy3 doesn't support grpc
99

1010
lint
@@ -26,7 +26,7 @@ changedir =
2626

2727
commands_pre =
2828
; Install without -e to test the actual installation
29-
3.{7,8,9,10,11}: python -m pip install -U pip setuptools wheel
29+
3.{9,10,11,12,13}: python -m pip install -U pip setuptools wheel
3030
; Install common packages for all the tests. These are not needed in all the
3131
; cases but it saves a lot of boilerplate in this file.
3232
test: pip install botocore

0 commit comments

Comments
 (0)