File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 13
13
14
14
setup (
15
15
name = "twilio" ,
16
- version = "9.0.0-rc" ,
16
+ version = "9.0.0-rc.0 " ,
17
17
description = "Twilio API client and TwiML generator" ,
18
18
author = "Twilio" ,
19
19
help_center = "https://www.twilio.com/help/contact" ,
23
23
install_requires = [
24
24
"requests >= 2.0.0" ,
25
25
"PyJWT >= 2.0.0, < 3.0.0" ,
26
- "aiohttp>=3.8.4 " ,
26
+ "aiohttp>=3.9.0 " ,
27
27
"aiohttp-retry>=2.8.3" ,
28
28
],
29
29
packages = find_packages (exclude = ["tests" , "tests.*" ]),
39
39
"Programming Language :: Python :: 3.9" ,
40
40
"Programming Language :: Python :: 3.10" ,
41
41
"Programming Language :: Python :: 3.11" ,
42
+ "Programming Language :: Python :: 3.12" ,
42
43
"Programming Language :: Python :: Implementation :: CPython" ,
43
44
"Topic :: Software Development :: Libraries :: Python Modules" ,
44
45
"Topic :: Communications :: Telephony" ,
You can’t perform that action at this time.
0 commit comments