Skip to content

Commit b36862f

Browse files
committed
fix: add env var to noxfile so that latest abi is used by default if not known
1 parent 6421052 commit b36862f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

{{cookiecutter.project_name}}/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313

1414
nox.options.default_venv_backend = "uv"
15+
os.environ.setdefault("PYO3_USE_ABI3_FORWARD_COMPATIBILITY", "1")
1516

1617
# Logic that helps avoid metaprogramming in cookiecutter-robust-python
1718
MIN_PYTHON_VERSION_SLUG: int = int("{{cookiecutter.min_python_version}}".lstrip("3."))

0 commit comments

Comments
 (0)