Skip to content

Commit a36a031

Browse files
committed
Drop py36 testing for Tornado. (#462)
* Drop py36 testing for Tornado. * Remove pypy3 from tornado test matrix.
1 parent 1409d72 commit a36a031

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,7 @@ envlist =
136136
python-framework_starlette-{py36,py37,py38,py39,py310,pypy3}-starlette{latest},
137137
python-framework_strawberry-{py37,py38,py39,py310}-strawberrylatest,
138138
libcurl-framework_tornado-{py36,py37,py38,py39,py310,pypy3}-tornado0600,
139-
; Temp disable until other PR
140-
; libcurl-framework_tornado-{py36,py37,py38,py39,py310,pypy3}-tornadomaster,
139+
libcurl-framework_tornado-{py37,py38,py39,py310}-tornadomaster,
141140
rabbitmq-messagebroker_pika-{py27,py36,py37,py38,py39,pypy,pypy3}-pika0.13,
142141
rabbitmq-messagebroker_pika-{py27,py36,py37,py38,py39,py310,pypy,pypy3}-pikalatest,
143142
python-template_mako-{py27,py36,py37,py38,py39,py310}

0 commit comments

Comments
 (0)