10000 feat: Add support for python 3.9. (#563) · RoadRunner11/twilio-python@ab9b084 · GitHub
[go: up one dir, main page]

Skip to content

Commit ab9b084

Browse files
feat: Add support for python 3.9. (twilio#563)
Co-authored-by: Elise Shanholtz <eshanholtz@twilio.com>
1 parent 92b2426 commit ab9b084

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ python:
77
- "3.6"
88
- "3.7"
99
- "3.8"
10+
- "3.9"
1011
services:
1112
- docker
1213
install:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ This library supports the following Python implementations:
3131
* Python 3.6
3232
* Python 3.7
3333
* Python 3.8
34+
* Python 3.9
3435

3536
## Installation
3637

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"Programming Language :: Python :: 3.6",
4848
"Programming Language :: Python :: 3.7",
4949
"Programming Language :: Python :: 3.8",
50+
"Programming Language :: Python :: 3.9",
5051
"Programming Language :: Python :: Implementation :: CPython",
5152
"Topic :: Software Development :: Libraries :: Python Modules",
5253
"Topic :: Communications :: Telephony",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27, py3{4,5,6,7,8}, pypy
2+
envlist = py27, py3{4,5,6,7,8,9}, pypy
33
skip_missing_interpreters = true
44

55
[testenv]

0 commit comments

Comments
 (0)
0