Skip to content

Commit

Permalink
Require Python 3.10 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland committed Mar 20, 2024
1 parent d6182ec commit ce7a1ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nikola.yml
Expand Up @@ -17,6 +17,9 @@ jobs:
steps:
- name: Check out
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v5
python-version: '3.10'
- name: Build docs
shell: bash
run: |
Expand Down

0 comments on commit ce7a1ca

Please sign in to comment.