Skip to content

Commit f2ab298

Browse files
dbiebercopybara-github
authored andcommitted
Test Python Fire on Python 3.9
PiperOrigin-RevId: 353251383 Change-Id: Iaa74341995640e59619f922997bbc451003a0f1c
1 parent 56d28eb commit f2ab298

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ python:
55
- "3.5"
66
- "3.7"
77
- "3.8"
8+
- "3.9"
89

910
before_install:
1011
- pip install --upgrade setuptools pip

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
'Programming Language :: Python :: 3.6',
7272
'Programming Language :: Python :: 3.7',
7373
'Programming Language :: Python :: 3.8',
74+
'Programming Language :: Python :: 3.9',
7475

7576
'Operating System :: OS Independent',
7677
'Operating System :: POSIX',

0 commit comments

Comments
 (0)