File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ To view updates to this project see the [Change Log](https://github.com/sassoftw
28
28
29
29
To access the CAS binary protocol (recommended), you need the following:
30
30
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)
32
32
33
33
The binary protocol requires pre-compiled components found in the
34
34
` 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
38
38
and data formatting features.
39
39
40
40
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
42
42
binary protocol, the pure Python interface is more portable.
43
43
44
44
## Linux Library Dependencies
You can’t perform that action at this time.
0 commit comments