Skip to content

Commit 2f8c87c

Browse files
committed
pyoxidizer: fix Windows test
This regressed when we switched the default Python to 3.10 a few commits ago.
1 parent 6f9f6b3 commit 2f8c87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyoxidizer/tests/cli_generate_python_embedding_artifacts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ fn default_behavior() -> Result<()> {
5555
.child("python3.dll")
5656
.assert(predicates::path::is_file());
5757
temp_dir
58-
.child("python39.dll")
58+
.child("python310.dll")
5959
.assert(predicates::path::is_file());
6060
}
6161

0 commit comments

Comments
 (0)