conda-incubator / conda-press

Press conda packages into wheels
https://regro.github.io/conda-press-docs/
BSD 3-Clause "New" or "Revised" License
116 stars 9 forks source link

fix ABI tag for CPython 3.8 #55

Open minrk opened 4 years ago

minrk commented 4 years ago

CPython 3.8 does not use pymalloc, so does not have corresponding 'm' ABI tag

closes #50

scopatz commented 4 years ago

Thanks @minrk! It seems like the tests are failing on linux... And can you please add a news entry? Thanks!