Skip to content

Commit

Permalink
Update anyio to 4.6.2.post1, drop python3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Oct 28, 2024
1 parent 51a2dec commit 84b7917
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "sticker-convert"
description = "Convert (animated) stickers to/from WhatsApp, Telegram, Signal, Line, Kakao, Viber, Discord, iMessage. Written in Python."
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
license = {file = "LICENSE"}
keywords = ["telegram", "line", "tgs", "whatsapp", "kakao", "signal", "imessage", "wastickers", "viber", "discord"]
authors = [
Expand All @@ -17,7 +17,6 @@ classifiers = [
"Topic :: Multimedia :: Graphics :: Graphics Conversion",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiolimiter~=1.1.0
anyio~=4.6.2
anyio~=4.6.2.post1
apngasm_python~=1.3.1
av~=12.3.0
beautifulsoup4~=4.12.3
Expand Down

0 comments on commit 84b7917

Please sign in to comment.