Skip to content

Commit

Permalink
feat: Add support for python 3.9. (#563)
Browse files Browse the repository at this point in the history
Co-authored-by: Elise Shanholtz <eshanholtz@twilio.com>
  • Loading branch information
tim-schilling and eshanholtz authored Feb 26, 2021
1 parent 92b2426 commit ab9b084
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
services:
- docker
install:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ This library supports the following Python implementations:
* Python 3.6
* Python 3.7
* Python 3.8
* Python 3.9

## Installation

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Communications :: Telephony",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py3{4,5,6,7,8}, pypy
envlist = py27, py3{4,5,6,7,8,9}, pypy
skip_missing_interpreters = true

[testenv]
Expand Down

0 comments on commit ab9b084

Please sign in to comment.