Skip to content

Commit 115da4b

Browse files
author
Charly Laurent
authored
fix(ci): Python version for release (#146)
`rpds-py` cannot be built with Python 3.13.
1 parent 490e920 commit 115da4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/[email protected]
1717
- uses: actions/[email protected]
1818
with:
19-
python-version: ">=3.12"
19+
python-version: 3.12
2020
- run: |
2121
pip install -r requirements-poetry.txt
2222
poetry self add poetry-dynamic-versioning[plugin]

0 commit comments

Comments
 (0)