diff options
| author | Tim Graham <timograham@gmail.com> | 2015-10-24 10:23:59 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-10-24 10:33:37 -0400 |
| commit | 0e37e1f4003f972a7dab5d7d011dcbd85f2bdf1d (patch) | |
| tree | e17ed5544bc9c6925511a4cada8a551f79c265d5 /setup.py | |
| parent | c834d49d054c9d0405450893036ec9a1ca9145dc (diff) | |
| download | sqlparse-0e37e1f4003f972a7dab5d7d011dcbd85f2bdf1d.tar.gz | |
Add Python 3.5 to tox/travis config.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -115,6 +115,8 @@ setup( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Topic :: Database', 'Topic :: Software Development' ], |
