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 6f9f6b3 commit 2f8c87cCopy full SHA for 2f8c87c
1 file changed
pyoxidizer/tests/cli_generate_python_embedding_artifacts.rs
@@ -55,7 +55,7 @@ fn default_behavior() -> Result<()> {
55
.child("python3.dll")
56
.assert(predicates::path::is_file());
57
temp_dir
58
- .child("python39.dll")
+ .child("python310.dll")
59
60
}
61
0 commit comments