Skip to content

Commit 50c836a

Browse files
committed
Add comment about publish.yml Python version
1 parent 65e23cc commit 50c836a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Set up Python
2323
uses: actions/setup-python@v5
2424
with:
25+
# Python version should be the minimum supported version
2526
python-version: "3.9"
2627

2728
- name: Install build tools

0 commit comments

Comments
 (0)