michiya / django-pyodbc-azure

Django backend for Microsoft SQL Server and Azure SQL Database using pyodbc
https://pypi.python.org/pypi/django-pyodbc-azure
BSD 3-Clause "New" or "Revised" License
321 stars 140 forks source link

Python 3 support #130

Closed beruic closed 6 years ago

beruic commented 6 years ago

django-pyodbc-azure support Python 3?

FlipperPA commented 6 years ago

I've been running it on Python 3 for years without problems. What's the issue you're having?

justinrsmith commented 6 years ago

Yes Python 3 works just fine. Have ran it in production for two years now.

beruic commented 6 years ago

I just wanted to know beforehand, since it is not documented which python versions are supported.

michiya commented 6 years ago

This package complies with Django spec in terms of Python vesions to support. For example, django-pyodbc-azure 2.0.x.x supports Python 3.4/3.5/3.6 in accordance with Django 2.0 spec. https://docs.djangoproject.com/en/2.0/faq/install/#what-python-version-can-i-use-with-django

You can also see them in the Categories section at the bottom of its PyPI page. https://pypi.python.org/pypi/django-pyodbc-azure