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
@@ -309,7 +303,7 @@ When both options are specified, both conditions are applied and only builds wit
309
303
310
304
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).
311
305
312
-
Python tags look like `cp27` `cp35` `cp36` `cp37`
306
+
Python tags look like `cp27` `cp34` `cp35` `cp36` `cp37` `cp38`
313
307
314
308
Platform tags look like `macosx_10_6_intel` `manylinux_x86_64` `manylinux_i686` `win32` `win_amd64`
0 commit comments