Skip to content

Commit e620753

Browse files
authored
Update release-docs.yml (#1809)
needed for https://github.com/berops/claudie/actions/runs/16727764012 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated the Python version used in the release documentation workflow from 3.9 to 3.10. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 87fc1a5 commit e620753

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Set up Python
9898
uses: actions/setup-python@v5
9999
with:
100-
python-version: 3.9
100+
python-version: 3.10
101101

102102
- name: Install Python dependencies
103103
run: pip install -r requirements.txt

0 commit comments

Comments
 (0)