Skip to content

Commit 98cc5d2

Browse files
authored
Remove Python 3.8 (#396)
1 parent 38c4eb2 commit 98cc5d2

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/actions.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
strategy:
4343
matrix:
4444
python:
45-
- version: "3.8"
4645
- version: "3.9"
4746
- version: "3.10"
4847
- version: "3.11"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# aiogithubapi
22

33
[![codecov](https://codecov.io/gh/ludeeus/aiogithubapi/branch/main/graph/badge.svg)](https://codecov.io/gh/ludeeus/aiogithubapi)
4-
![python version](https://img.shields.io/badge/Python-3.8=><=3.12-blue.svg)
4+
![python version](https://img.shields.io/badge/Python-3.9=><=3.12-blue.svg)
55
[![PyPI](https://img.shields.io/pypi/v/aiogithubapi)](https://pypi.org/project/aiogithubapi)
66
![Actions](https://github.com/ludeeus/aiogithubapi/workflows/Actions/badge.svg?branch=main)
77

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repository = "https://github.com/ludeeus/aiogithubapi"
2020
version = "0"
2121

2222
[tool.poetry.dependencies]
23-
python = "^3.8"
23+
python = "^3.9"
2424
aiohttp = "^3.8"
2525
async-timeout = "^5"
2626
backoff = "<3"

runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.8
1+
3.9

0 commit comments

Comments
 (0)