Skip to content

Commit 3a50239

Browse files
committed
fix the python version
1 parent a570e1a commit 3a50239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pypi/whl_installer/wheel_installer_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def test_wheel_exists(self) -> None:
9696
name="example-minimal-package",
9797
entry_points=[],
9898
extras=[],
99-
python_version="3.11.1",
99+
python_version="3.11.11",
100100
requires_dist=[],
101101
)
102102
self.assertEqual(want, metadata_file_content)

0 commit comments

Comments
 (0)