Skip to content

Commit 14ede80

Browse files
upd: python version
1 parent b61a89e commit 14ede80

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"Programming Language :: Python",
2828
"Programming Language :: Python :: 3",
2929
"Programming Language :: Python :: 3 :: Only",
30-
"Programming Language :: Python :: 3.9",
3130
"Programming Language :: Python :: 3.10",
3231
"Programming Language :: Python :: 3.11",
3332
"Programming Language :: Python :: 3.12",
@@ -42,5 +41,5 @@
4241
" (CC BY-ND 4.0)"
4342
),
4443
install_requires=["requests-2.34.2", "aiofiles>=24.1.0", "aiogram>=3.28.2", "aiohttp>=3.13.5"],
45-
python_requires=">=3.9"
44+
python_requires=">=3.10"
4645
)

0 commit comments

Comments
 (0)