We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b21f6 commit 0448dd9Copy full SHA for 0448dd9
noxfile.py
@@ -113,7 +113,7 @@ def test(session: Session) -> None:
113
"author_name='Test Author'",
114
"author_email='test@example.com'",
115
"license='MIT'",
116
- "python_version='3.12'", # Use a fixed version for test stability
+ "python_version='3.13'", # Use a fixed version for test stability
117
"add_rust_extension='n'", # Test without Rust initially, add another test session for Rust
118
# Add other variables needed by cookiecutter.json here to ensure no prompts
119
])
0 commit comments