8000 chore: upgrade to python 3.12 (#741) · SimardeepSingh-zsh/twilio-python@d25c43c · GitHub
[go: up one dir, main page]

Skip to content

Commit d25c43c

Browse files
chore: upgrade to python 3.12 (twilio#741)
1 parent 6db4d62 commit d25c43c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 20
1818
strategy:
1919
matrix:
20-
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
20+
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ]
2121
steps:
2222
- name: Checkout twilio-python
2323
uses: actions/checkout@v3

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pygments>=2.7.4 # not directly required, pinned by Snyk to avoid a vulnerability
22
requests>=2.0.0
33
PyJWT>=2.0.0, <3.0.0
4-
aiohttp==3.9.1
4+
aiohttp>=3.9.0
55
aiohttp-retry>=2.8.3

0 commit comments

Comments
 (0)
0