diff options
author | James Socol <me@jamessocol.com> | 2020-10-08 07:46:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-08 07:46:04 -0400 |
commit | f3f304b4b2c3d5eddeb9f4977d9c82c64c37a052 (patch) | |
tree | c1d04473c34318fae69dcdc9b90e2941e7699496 /setup.py | |
parent | 9d9d9ef211f2c6e911cf325562fd8d35af5157cf (diff) | |
parent | 817f2bf3098f92f307ccb1bc047bc9e6382212cb (diff) | |
download | pystatsd-master.tar.gz |
Merge pull request #141 from jsocol/pr/131master
Travis CI: Add Python 3.8 to the testing
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,10 +24,10 @@ setup( 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Topic :: Software Development :: Libraries :: Python Modules', ], ) |