+branch/storm

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Colin Watson
  • Date: 2019-11-03 00:43:35 UTC
  • Revision ID: cjwatson@canonical.com-20191103004335-k7ml8a59v63q6puy
Officially add support for Python 3.8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
         "Lesser General Public License (LGPL)"),
66
66
        "Programming Language :: Python",
67
67
        "Programming Language :: Python :: 2",
 
68
        "Programming Language :: Python :: 2.7",
68
69
        "Programming Language :: Python :: 3",
 
70
        "Programming Language :: Python :: 3.5",
 
71
        "Programming Language :: Python :: 3.6",
 
72
        "Programming Language :: Python :: 3.7",
 
73
        "Programming Language :: Python :: 3.8",
69
74
        "Topic :: Database",
70
75
        "Topic :: Database :: Front-Ends",
71
76
        "Topic :: Software Development :: Libraries :: Python Modules",