Skip to content

Commit fb5dbfd

Browse files
committed
Added python 3.9:
1 parent 18b55f5 commit fb5dbfd

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ matrix:
3333
env: TOX_ENV=py37
3434
- python: 3.8
3535
env: TOX_ENV=py38
36+
- python: 3.9
37+
env: TOX_ENV=py39

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Changelog
99
1010
version 0.2.0-dev
1111
-----------------
12+
+ Added Python 3.9 to the testing.
1213
+ Fixed ``setup.py`` to list setuptools as a requirement.
1314
+ Changed homepage to reflect move to pycompression organization.
1415

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"Programming Language :: Python :: 3.6",
5858
"Programming Language :: Python :: 3.7",
5959
"Programming Language :: Python :: 3.8",
60+
"Programming Language :: Python :: 3.9",
6061
"Programming Language :: Cython",
6162
"Development Status :: 3 - Alpha",
6263
"Topic :: System :: Archiving :: Compression",

0 commit comments

Comments
 (0)