Skip to content

Commit

Permalink
Note EOL of 2.7 support in README (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleehammer committed Jul 14, 2022
1 parent 8519c69 commit f28d235
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ The easiest way to install is to use pip:

If you are using Mac, you should be using `Homebrew` for installing pyodbc:

```brew install unixodbc
pip install pyodbc```
brew install unixodbc
pip install pyodbc

Precompiled binary wheels are provided for most Python versions on Windows and macOS. On other
operating systems this will build from source. Note, pyodbc contains C++ extensions so you will
Expand All @@ -25,3 +25,6 @@ the [docs](https://github.com/mkleehammer/pyodbc/wiki/Install) for details.
[Documentation](https://github.com/mkleehammer/pyodbc/wiki)

[Release Notes](https://github.com/mkleehammer/pyodbc/releases)

IMPORTANT: Python 2.7 support is being ended. The pyodbc 4.x versions will be the last to
support Python 2.7. The pyodbc 5.x versions will only support Python 3.7 and above.

0 comments on commit f28d235

Please sign in to comment.