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 b714956 commit 45f0563Copy full SHA for 45f0563
.github/workflows/update.yml
@@ -17,7 +17,6 @@ jobs:
17
curl https://raw.githubusercontent.com/python/cpython/main/Misc/stable_abi.toml > stable_abi.toml
18
- name: Install Python TOML parser
19
run: |
20
- sudo apt-get install --yes python3-pip
21
pip install tomli
22
- name: Parse stable_abi.toml to produce python3.def
23
parse-stable-abi.py
@@ -19,4 +19,4 @@
print(f"{data} DATA")
count += 1
-assert count >= 861
+assert count >= 859
0 commit comments