We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e819b62 commit 6910645Copy full SHA for 6910645
1 file changed
noxfile.py
@@ -1640,7 +1640,8 @@ def set(
1640
self._config_file.truncate(0)
1641
self._config_file.write(
1642
f"""\
1643
-abi={implementation}-version_specific(false)-{version}
+implementation={implementation}
1644
+version={version}
1645
build_flags={",".join(build_flags)}
1646
suppress_build_script_link_lines=true
1647
"""
0 commit comments