Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d25c43c

Browse filesBrowse files
chore: upgrade to python 3.12 (#741)
1 parent 6db4d62 commit d25c43c
Copy full SHA for d25c43c

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: .github/workflows/test-and-deploy.yml
+1-1Lines 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

Copy file name to clipboard
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.