@@ -9,7 +9,7 @@ readme = "README.md"
9
9
license = { text = " MIT" }
10
10
authors = [{ name = " null8626" }]
11
11
keywords = [" weather" , " forecast" , " weather-api" , " weather-forecast" ]
12
- dependencies = [" aiohttp>=3.10.10 " ]
12
+ dependencies = [" aiohttp>=3.11.12 " ]
13
13
classifiers = [
14
14
" Development Status :: 5 - Production/Stable" ,
15
15
" Intended Audience :: Education" ,
@@ -27,14 +27,13 @@ classifiers = [
27
27
" Programming Language :: Python" ,
28
28
" Programming Language :: Python :: 3" ,
29
29
" Programming Language :: Python :: 3 :: Only" ,
30
- " Programming Language :: Python :: 3.8" ,
31
30
" Programming Language :: Python :: 3.9" ,
32
31
" Programming Language :: Python :: 3.10" ,
33
32
" Programming Language :: Python :: 3.11" ,
34
33
" Programming Language :: Python :: 3.12" ,
35
34
" Programming Language :: Python :: 3.13"
36
35
]
37
- requires-python = " >=3.8 "
36
+ requires-python = " >=3.9 "
38
37
39
38
[project .urls ]
40
39
Documentation = " https://python-weather.readthedocs.io/en/latest/"
0 commit comments