File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -505,6 +505,12 @@ pub struct Python {
505505 #[ serde( default , skip_serializing_if = "std::ops::Not::not" ) ]
506506 pub use_python_app_entrypoint : bool ,
507507
508+ /// Whether the package is Python version independent.
509+ /// This is used for abi3 packages that are not tied to a specific Python version, but
510+ /// still contain compiled code (and thus need to end up in the right subdir).
511+ #[ serde( default , skip_serializing_if = "std::ops::Not::not" ) ]
512+ pub version_independent : bool ,
513+
508514 /// The relative site-packages path that a Python build _exports_ for other
509515 /// packages to use. This setting only makes sense for the `python` package
510516 /// itself. For example, a python 3.13 version could advertise a
You can’t perform that action at this time.
0 commit comments