Skip to content

Commit 81850d6

Browse files
cpsievertclaude
andcommitted
docs: add comment explaining PYTHON_VERSION / abi3 relationship
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f17948a commit 81850d6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/python-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ permissions:
1010
contents: read
1111

1212
env:
13+
# Must match the abi3-py3XX feature in ggsql-python/Cargo.toml.
14+
# abi3 wheels built against 3.10 are forward-compatible with all later
15+
# Python versions, so this should be the minimum supported version.
1316
PYTHON_VERSION: "3.10"
1417
NODE_VERSION: "20"
1518

0 commit comments

Comments
 (0)