Skip to content

Commit

Permalink
chore: drop Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Štefan Földesi committed Sep 18, 2024
1 parent bd26f55 commit e62430a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04
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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version = "2.2.1"
[tool.poetry.dependencies]
deprecated = "^1.2.14"
pydantic = "^2.8.2"
python = "^3.8.1"
python = "^3.9"
requests = "^2.31.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit e62430a

Please sign in to comment.