You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-14Lines changed: 6 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,14 @@ What does it do?
14
14
15
15
|| macOS 10.6+ | manylinux i686 | manylinux x86_64 | Windows 32bit | Windows 64bit |
16
16
|---|---|---|---|---|---|
17
-
| Python 2.7 | ✅ | ✅ | ✅ | ✅²| ✅²|
18
-
| Python 3.4 | ✅ | ✅ | ✅ |✅¹²| ✅¹²|
17
+
| Python 2.7 | ✅ | ✅ | ✅ | ✅¹| ✅¹|
18
+
| Python 3.4 | ✅ | ✅ | ✅ |||
19
19
| Python 3.5 | ✅ | ✅ | ✅ | ✅ | ✅ |
20
20
| Python 3.6 | ✅ | ✅ | ✅ | ✅ | ✅ |
21
21
| Python 3.7 | ✅ | ✅ | ✅ | ✅ | ✅ |
22
+
| Python 3.8 | ✅ | ✅ | ✅ | ✅ | ✅ |
22
23
23
-
> ¹ Not supported on Azure Pipelines
24
-
>
25
-
> ² Not supported on Travis
24
+
> ¹ Not supported on Travis
26
25
27
26
- Builds manylinux, macOS and Windows (32 and 64bit) wheels using Azure Pipelines, Travis CI, AppVeyor, and CircleCI
28
27
- Bundles shared library dependencies on Linux and macOS through [auditwheel](https://github.com/pypa/auditwheel) and [delocate](https://github.com/matthew-brett/delocate)
@@ -312,7 +304,7 @@ When both options are specified, both conditions are applied and only builds wit
312
304
313
305
The format is `python_tag-platform_tag`. The tags are similar but not identical to the ones defined in [PEP 425](https://www.python.org/dev/peps/pep-0425/#details).
314
306
315
-
Python tags look like `cp27` `cp34` `cp35` `cp36` `cp37`
307
+
Python tags look like `cp27` `cp34` `cp35` `cp36` `cp37` `cp38`
316
308
317
309
Platform tags look like `macosx_10_6_intel` `manylinux_x86_64` `manylinux_i686` `win32` `win_amd64`
0 commit comments