Skip to content

Commit 4f40a76

Browse files
authored
Exclude pymssql for python 3.6 (#1696)
Ref pymssql/pymssql#787
1 parent c0cfd4e commit 4f40a76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/.jenkins_exclude.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ exclude:
9191
# pymssql
9292
- PYTHON_VERSION: pypy-3 # currently fails with error on pypy3
9393
FRAMEWORK: pymssql-newest
94+
- PYTHON_VERSION: python-3.6 # dropped support for py3.6
95+
FRAMEWORK: pymssql-newest
9496
# pyodbc
9597
- PYTHON_VERSION: pypy-3
9698
FRAMEWORK: pyodbc-newest

0 commit comments

Comments
 (0)