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 1f81f10 commit 7dad9f1Copy full SHA for 7dad9f1
{{cookiecutter.project_name}}/noxfile.py
@@ -15,7 +15,7 @@
15
nox.options.default_venv_backend = "uv"
16
os.environ.setdefault("PYO3_USE_ABI3_FORWARD_COMPATIBILITY", "1")
17
18
-PYTHON_VERSIONS: List[str] = {{cookiecutter.python_versions}}
+PYTHON_VERSIONS: List[str] = {{cookiecutter.python_versions | replace("'", '"')}}
19
DEFAULT_PYTHON_VERSION: str = PYTHON_VERSIONS[-1]
20
21
REPO_ROOT: Path = Path(__file__).parent.resolve()
0 commit comments