Skip to content

Commit eb74ad7

Browse files
authored
Merge pull request #375 from michael-k/pynamodb
Fix pynamodb tests for Python < 3.6
2 parents 9db6571 + bbb383e commit eb74ad7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@ deps =
104104
ext-django-4: Django >=4.0,<5.0
105105
ext-django: django-fake-model
106106

107-
ext-pynamodb: pynamodb >= 3.3.1
107+
py{27,34,35}-ext-pynamodb: pynamodb >=3.3.1,<4.4
108+
py{27,34,35}-ext-pynamodb: botocore <1.28
109+
py{36,37,38,39}-ext-pynamodb: pynamodb >=3.3.1
108110

109111
ext-psycopg2: psycopg2
110112
ext-psycopg2: testing.postgresql

0 commit comments

Comments
 (0)