8000 remove 3.6 · twilio/twilio-python@faaf5e0 · GitHub
[go: up one dir, main page]

Skip to content

Commit faaf5e0

Browse files
authored
remove 3.6
1 parent 5ec7ffa commit faaf5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 20
1717
strategy:
1818
matrix:
19-
python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10', '3.11' ]
19+
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
2020
os: [ubuntu-latest]
2121
# Need to pin ubuntu version for python 3.6 (see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877)
2222
# Change this to use ubuntu-latest for all python versions after deprecating python 3.6

0 commit comments

Comments
 (0)
0