Skip to content

Commit

Permalink
deps: Drop support for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxG87 committed Jul 23, 2024
1 parent 8a84819 commit 6d42768
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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"]
dependency-extras: ["", "-E all"]

steps:
Expand Down
8 changes: 2 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL v3 or later"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.1,<3.13"
python = ">=3.9,<3.13"
loguru = "^0.7.2"
pydantic = "^2.8.2"
rich = {version = "^13.7.1", optional = true}
Expand Down

0 comments on commit 6d42768

Please sign in to comment.