Skip to content

Commit dc96c3f

Browse files
committed
docs(python): Remove platform support table
1 parent f064623 commit dc96c3f

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

bindings/python/README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -156,20 +156,7 @@ Besides performance, `css-inline` differs from other Python libraries for CSS in
156156
Python support
157157
--------------
158158

159-
`css_inline` supports CPython 3.7, 3.8, 3.9, 3.10, and PyPy 3.7 and 3.8.
160-
161-
The following wheels are available:
162-
163-
| | manylinux<br/>musllinux<br/>x86_64 | macOS Intel | macOS ARM64 | Windows 64bit | Windows 32bit |
164-
|----------------|:----------------:|:-----------:|:-----------:|:-------------:|:-------------:|
165-
| CPython 3.7 || ✔️ || ✔️ | ✔️ |
166-
| CPython 3.8 || ✔️ | ✔️ | ✔️ | ✔️ |
167-
| CPython 3.9 || ✔️ | ✔️ | ✔️ | ✔️ |
168-
| CPython 3.10 || ✔️ | ✔️ | ✔️ | ✔️ |
169-
| PyPy 3.7 v7.3 | ✔¹ | ✔️ | N/A | ✔️ | N/A |
170-
| PyPy 3.8 v7.3 | ✔¹ | ✔️ | N/A | ✔️ | N/A |
171-
172-
<sup>¹ PyPy is only supported for manylinux wheels.</sup><br>
159+
`css_inline` supports CPython 3.7, 3.8, 3.9, 3.10, and PyPy 3.7, 3.8, 3.9.
173160

174161
Extra materials
175162
---------------

0 commit comments

Comments
 (0)