Skip to content

Commit 0448dd9

Browse files
committed
chore: update fixed test version to latest stable for now
1 parent 03b21f6 commit 0448dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def test(session: Session) -> None:
113113
"author_name='Test Author'",
114114
"author_email='test@example.com'",
115115
"license='MIT'",
116-
"python_version='3.12'", # Use a fixed version for test stability
116+
"python_version='3.13'", # Use a fixed version for test stability
117117
"add_rust_extension='n'", # Test without Rust initially, add another test session for Rust
118118
# Add other variables needed by cookiecutter.json here to ensure no prompts
119119
])

0 commit comments

Comments
 (0)