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:
33
33
env : TOX_ENV=py37
34
34
- python : 3.8
35
35
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
9
9
10
10
version 0.2.0-dev
11
11
-----------------
12
+ + Added Python 3.9 to the testing.
12
13
+ Fixed ``setup.py `` to list setuptools as a requirement.
13
14
+ Changed homepage to reflect move to pycompression organization.
14
15
Original file line number Diff line number Diff line change 57
57
"Programming Language :: Python :: 3.6" ,
58
58
"Programming Language :: Python :: 3.7" ,
59
59
"Programming Language :: Python :: 3.8" ,
60
+ "Programming Language :: Python :: 3.9" ,
60
61
"Programming Language :: Cython" ,
61
62
"Development Status :: 3 - Alpha" ,
62
63
"Topic :: System :: Archiving :: Compression" ,
You can’t perform that action at this time.
0 commit comments