Skip to content

update supported Python versions in README #185

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To view updates to this project see the [Change Log](https://github.com/sassoftw

To access the CAS binary protocol (recommended), you need the following:

* **64-bit** Python 2.7.x or 3.5+ on Windows or Linux (see shared library notes below)
* **64-bit** Python 3.7 to 3.11 on Windows or Linux (see shared library notes below)

The binary protocol requires pre-compiled components found in the
`pip` installer only. These pieces are not available as source code and
Expand All @@ -38,7 +38,7 @@ amounts of data. It also offers more advanced data loading from the client
and data formatting features.

To access the CAS REST interface only, you can use the pure Python code
which runs in Python 2.7/3.5+ on all platforms. While not as fast as the
which runs in Python 3.7 to 3.11 on all platforms. While not as fast as the
binary protocol, the pure Python interface is more portable.

## Linux Library Dependencies
Expand Down
Loading