Skip to content

Commit e02f249

Browse files
authored
Update README.md
Extend supported versions of Python to 3.12
1 parent cdf0750 commit e02f249

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To view updates to this project see the [Change Log](https://github.com/sassoftw
2828

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

31-
* **64-bit** Python 3.7 to 3.11 on Windows or Linux (see shared library notes below)
31+
* **64-bit** Python 3.7 to 3.12 on Windows or Linux (see shared library notes below)
3232

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

4040
To access the CAS REST interface only, you can use the pure Python code
41-
which runs in Python 3.7 to 3.11 on all platforms. While not as fast as the
41+
which runs in Python 3.7 to 3.12 on all platforms. While not as fast as the
4242
binary protocol, the pure Python interface is more portable.
4343

4444
## Linux Library Dependencies

0 commit comments

Comments
 (0)