We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61eb7c commit 6d40febCopy full SHA for 6d40feb
.github/workflows/test-and-deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
timeout-minutes: 20
18
strategy:
19
matrix:
20
- python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ]
+ python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
21
steps:
22
- name: Checkout twilio-python
23
uses: actions/checkout@v3
0 commit comments