Skip to content

Commit 914a505

Browse files
committed
Merge branch 'dev' into 3.8
2 parents 61c6afa + 5ec2836 commit 914a505

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1690
-432
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ jobs:
3939
4040
Includes:
4141
* Python ${{ env.PY_VERSION }}.?
42-
* ...
42+
* OpenSSL 1.1.1?
43+
* BZip2 1.0.8
44+
* XZ 5.2.5
45+
* LibFFI 3.4.2
4346
outputs:
4447
upload_url: ${{ steps.create_release.outputs.upload_url }}
4548

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ diff/*
88
dist/*
99
.envrc
1010
.vscode/
11-
local/*
11+
local/*
12+
*.dist-info
13+
__pycache__
14+
tests/testbed/macOS
15+
tests/testbed/iOS

0 commit comments

Comments
 (0)