File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments