Skip to content

Commit

Permalink
drop EOL python 3.8 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar authored Dec 18, 2024
1 parent c17372d commit 3ced2fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,10 @@ 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"]
django-version: ["4.2", "5.0", "5.1"]
postgres-version: ["12-2.5", "13-3.4"]
exclude:
- django-version: "5.1"
python-version: "3.8"
- django-version: "5.0"
python-version: "3.8"
- django-version: "5.1"
python-version: "3.9"
- django-version: "5.0"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
packages = [{ include = "heroku_connect" }]

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
python = ">=3.9,<4.0"
django = ">=4.2,<5.2"
django-appconf = "~1"
requests = "~2"
Expand Down

0 comments on commit 3ced2fd

Please sign in to comment.