Skip to content

Commit

Permalink
Bump up to Python 3.9 minimum, 3.8 is long past active support
Browse files Browse the repository at this point in the history
  • Loading branch information
jimwins committed Mar 7, 2024
1 parent 803964d commit 4d9d929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "frozen-soup"
version = "0.1"
description = "Create a single-file version of an HTML file"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
authors = [{name = "Jim Winstead"}]
license = {text = "Apache-2.0"}
classifiers = [
Expand Down

0 comments on commit 4d9d929

Please sign in to comment.