Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8b542ce

Browse files
committed
Update pyodbc version (to allow up to 4.0.x).
There was no breaking changes based on [the release notes](https://github.com/mkleehammer/pyodbc/blob/master/docs/releases.md) for `pyodbc`. `pyodbc` package is also published for Mac and Windows starting from `3.1`.
1 parent c5d5326 commit 8b542ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
'django_pyodbc.management.commands'
6868
],
6969
install_requires=[
70-
'pyodbc>=3.0.6,<3.1',
70+
'pyodbc>=3.0.6,<4.1',
7171
]
7272
)

0 commit comments

Comments
 (0)