Skip to content

Commit

Permalink
Update Python version to 3.10 in doc build workflow
Browse files Browse the repository at this point in the history
Switched the Python version from 3.8 to 3.10 in the GitHub Actions workflow for building documentation. This ensures compatibility with newer Python features and aligns with the project's current supported versions.
  • Loading branch information
SalikovAlex committed Jan 31, 2025
1 parent 781f485 commit 0c25e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8"]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v3
- name: Install the latest version of uv
Expand Down

0 comments on commit 0c25e4b

Please sign in to comment.