Skip to content

Commit ec3072d

Browse files
committed
tests: limit latest pymssql for python < 3.9
Limit to the latest release that ships wheels for older Pythons.
1 parent 43414ad commit ec3072d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
cython ; python_version >= '3.6'
2-
pymssql
1+
cython
2+
pymssql ; python_version >= '3.9'
3+
pymssql==2.3.1 ; python_version < '3.9'
34
-r reqs-base.txt

0 commit comments

Comments
 (0)