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 b6d1562 commit 1743451Copy full SHA for 1743451
.appveyor.yml
@@ -2,12 +2,6 @@ image: macos-monterey
2
3
skip_branch_with_pr: true
4
5
-skip_commits:
6
- files:
7
- - docs/**/*
8
- - media/**/*
9
- - "*.md"
10
-
11
environment:
12
PYTHON_STACK: python 3.10
13
FLUTTER_MACOS_URL: https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_3.10.5-stable.zip
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 0.2.4
+
+* Fix _Py_HashRandomization_Init error on Windows.
+* Reliably re-download Python executable.
## 0.2.3
* Android fixes to make it work on some devices when installed via Play Store.
0 commit comments