Skip to content

Commit

Permalink
Drop support for python 3.8 and update poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasgeiter committed Mar 9, 2024
1 parent 2ff8819 commit 79a9414
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 106 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
required: true

env:
POETRY_VERSION: 1.4.0
POETRY_VERSION: 1.8.2

jobs:
tag:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defaults:
shell: bash # required for snok/install-poetry on windows

env:
POETRY_VERSION: 1.4.0
POETRY_VERSION: 1.8.2

jobs:
lint:
Expand Down Expand Up @@ -46,7 +46,6 @@ jobs:
- 'ubuntu-latest'
- 'windows-latest'
python:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The awesome-pages plugin allows you to customize how your pages show up the navi

## Installation

> **Note:** This package requires Python >=3.7 and MkDocs version 1.0 or higher.
> **Note:** This package requires Python >=3.8 and MkDocs version 1.0 or higher.
> If you're still on MkDocs 0.17 use [version 1 of this plugin][github-v1].
Install the package with pip:
Expand Down
Loading

0 comments on commit 79a9414

Please sign in to comment.