From 2f5cdf0553a0d2de66e92a791633a86789d16615 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 18 Apr 2017 18:52:36 -0700 Subject: [PATCH] Add description of the ABI tag --- packaging/README-snapshots.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packaging/README-snapshots.txt b/packaging/README-snapshots.txt index 479391e2..ca76866d 100644 --- a/packaging/README-snapshots.txt +++ b/packaging/README-snapshots.txt @@ -42,6 +42,11 @@ File naming conventions: - It is built for CPython version 3.5 + - "cp35m" indicates the name of the Application Binary Interface (ABI) that + this package is compatible with. Pip matches this with the ABI of the + Python being used to run pip to know if the wxPython wheel is compatible + with the target Python. + - It is built for the macosx operating system - It is built for OSX version 10.6 or greater