Skip to content

Commit b055f99

Browse files
committed
drop support for pyramid 1.3-1.5
1 parent 345b1a4 commit b055f99

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tox.ini

+1-4
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ envlist =
4444
# The aws_lambda tests deploy to the real AWS and have their own matrix of Python versions.
4545
py3.7-aws_lambda
4646

47-
{pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-pyramid-{1.3,1.4,1.5,1.6,1.7,1.8,1.9,1.10}
47+
{pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-pyramid-{1.6,1.7,1.8,1.9,1.10}
4848

4949
{pypy,py2.7,py3.5,py3.6}-rq-{0.6,0.7,0.8,0.9,0.10,0.11}
5050
{pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-rq-{0.12,0.13,1.0,1.1,1.2,1.3}
@@ -127,9 +127,6 @@ deps =
127127

128128
aws_lambda: boto3
129129

130-
pyramid-1.3: pyramid>=1.3,<1.4
131-
pyramid-1.4: pyramid>=1.4,<1.5
132-
pyramid-1.5: pyramid>=1.5,<1.6
133130
pyramid-1.6: pyramid>=1.6,<1.7
134131
pyramid-1.7: pyramid>=1.7,<1.8
135132
pyramid-1.8: pyramid>=1.8,<1.9

0 commit comments

Comments
 (0)