Skip to content

Commit

Permalink
docs: require python >= 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
NicSavichev committed Jan 21, 2025
1 parent 7b765ea commit 6a1b221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.9
python-version: 3.11
- name: Install dependencies
run: |
sudo apt install -y doxygen
Expand Down

0 comments on commit 6a1b221

Please sign in to comment.