Skip to content

Commit

Permalink
Merge pull request #53 from erlend-aasland/nikola-8.3.1
Browse files Browse the repository at this point in the history
Upgrade to Nikola 8.3.1 and build webpage using Python 3.11
  • Loading branch information
mattip authored Nov 6, 2024
2 parents b173c0a + 0c18294 commit eca18d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nikola.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"
- name: Build docs
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Alternatively, users can comment on the GitHub issue directly.

## Build requirements

Python 3.10 is required to build the web pages.
Python 3.10 or 3.11 is required to build the web pages.

## Deployment

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ aiohttp
feedparser
jinja2
markdown==3.2.2
nikola==8.2.4
nikola==8.3.1
ruamel.yaml
watchdog

0 comments on commit eca18d3

Please sign in to comment.