Skip to content

Commit

Permalink
Drop 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bneijt committed Sep 24, 2024
1 parent 77156e4 commit ac8ad31
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
main:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
runs-on: ubuntu-latest
env:
POETRY_VIRTUALENVS_IN_PROJECT: true
Expand Down
12 changes: 6 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 @@ -11,7 +11,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.8, <4"
python = ">=3.9, <4"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.3"
Expand Down

0 comments on commit ac8ad31

Please sign in to comment.