Skip to content

Commit 480c9f7

Browse files
authored
📦 Set python_requires mode to major_mode (#9)
By setting the mode for `python_requires` to `major_mode` only the major_mode will represent a breaking change between new versions of `libhal-bootstrap`.
1 parent e33559a commit 480c9f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

conanfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def package_info(self):
4242
self.cpp_info.libs = ["libhal-mac"]
4343

4444
def package_id(self):
45+
self.info.python_requires.major_mode()
4546
if self.info.options.get_safe("platform"):
4647
del self.info.options.platform
4748
self.buildenv_info.define("LIBHAL_PLATFORM", "mac")

0 commit comments

Comments
 (0)