Skip to content

Commit

Permalink
chore: upgrade to python 3.12 (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 authored Dec 11, 2023
1 parent 6db4d62 commit d25c43c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ]
steps:
- name: Checkout twilio-python
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pygments>=2.7.4 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.0.0
PyJWT>=2.0.0, <3.0.0
aiohttp==3.9.1
aiohttp>=3.9.0
aiohttp-retry>=2.8.3

0 comments on commit d25c43c

Please sign in to comment.