Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a754036

Browse files
chore: corrected rc version
1 parent 06222fd commit a754036

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="twilio",
16-
version="9.0.0-rc",
16+
version="9.0.0-rc.0",
1717
description="Twilio API client and TwiML generator",
1818
author="Twilio",
1919
help_center="https://www.twilio.com/help/contact",
@@ -23,7 +23,7 @@
2323
install_requires=[
2424
"requests >= 2.0.0",
2525
"PyJWT >= 2.0.0, < 3.0.0",
26-
"aiohttp>=3.8.4",
26+
"aiohttp>=3.9.0",
2727
"aiohttp-retry>=2.8.3",
2828
],
2929
packages=find_packages(exclude=["tests", "tests.*"]),
@@ -39,6 +39,7 @@
3939
"Programming Language :: Python :: 3.9",
4040
"Programming Language :: Python :: 3.10",
4141
"Programming Language :: Python :: 3.11",
42+
"Programming Language :: Python :: 3.12",
4243
"Programming Language :: Python :: Implementation :: CPython",
4344
"Topic :: Software Development :: Libraries :: Python Modules",
4445
"Topic :: Communications :: Telephony",

0 commit comments

Comments
 (0)