File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed
Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 4242 strategy :
4343 matrix :
4444 python :
45- - version : " 3.8"
4645 - version : " 3.9"
4746 - version : " 3.10"
4847 - version : " 3.11"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ repository = "https://github.com/ludeeus/aiogithubapi"
2020version = " 0"
2121
2222[tool .poetry .dependencies ]
23- python = " ^3.8 "
23+ python = " ^3.9 "
2424aiohttp = " ^3.8"
2525async-timeout = " ^5"
2626backoff = " <3"
Original file line number Diff line number Diff line change 1- 3.8
1+ 3.9
You can’t perform that action at this time.
0 commit comments