Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 4d3a781

Browse files
fix: bump python version
1 parent 25dd2cc commit 4d3a781

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest]
11-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
11+
python-version: [3.8, 3.9, "3.10", "3.11"]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Clone Repository

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version = "0.5.0"
2222

2323
[tool.poetry.dependencies]
2424
httpx = "^0.23"
25-
python = "^3.7"
25+
python = "^3.8"
2626
typing-extensions = "^4.2.0"
2727
python-dateutil = "^2.8.2"
2828

0 commit comments

Comments
 (0)