Skip to content

Instantly share code, notes, and snippets.

@jakirkham
Last active March 5, 2020 03:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakirkham/e804cfa8e38a4410708efd3d160c0875 to your computer and use it in GitHub Desktop.
Save jakirkham/e804cfa8e38a4410708efd3d160c0875 to your computer and use it in GitHub Desktop.
Hacky workaround for CPython 3.6 ABI issue
package:
name: blah
version: 1
requirements:
host:
- python
- python_abi * *_cp36m # [py36]
run:
- python
- python_abi * *_cp36m # [py36]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment