Skip to content

Commit e62430a

Browse files
author
Štefan Földesi
committed
chore: drop Python 3.8
1 parent bd26f55 commit e62430a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/python-app.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-20.04
1313
strategy:
1414
matrix:
15-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
15+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1616

1717
steps:
1818
- uses: actions/checkout@v4

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ version = "2.2.1"
1919
[tool.poetry.dependencies]
2020
deprecated = "^1.2.14"
2121
pydantic = "^2.8.2"
22-
python = "^3.8.1"
22+
python = "^3.9"
2323
requests = "^2.31.0"
2424

2525
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)