We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73bc183 commit 1222336Copy full SHA for 1222336
recipe/meta.yaml
@@ -2,6 +2,8 @@
2
{% set sha256 = "bf8f242abd1abcd375d516a7067490fb71abd79519a282d22b6e4d19282185a7" %}
3
4
# this is set to PYBIND11_INTERNALS_VERSION
5
+# pybind11 now defines two ABI version. 4 and 5 for 3.12+ or msvc.
6
+# https://github.com/pybind/pybind11/blob/v2.12.0/include/pybind11/detail/internals.h#L40
7
{% set abi_version = "4" %} # [py<312 and not win]
8
{% set abi_buildnumber = "1" %} # [py<312 and not win]
9
{% set abi_version = "5" %} # [py>=312 or win]
0 commit comments