diff options
Diffstat (limited to 'example-plugin/setup.py')
| -rw-r--r-- | example-plugin/setup.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/example-plugin/setup.py b/example-plugin/setup.py index 2da68f6..80911a2 100644 --- a/example-plugin/setup.py +++ b/example-plugin/setup.py @@ -21,11 +21,9 @@ setuptools.setup( 'Framework :: Flake8', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python', - '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.8', + 'Programming Language :: Python :: 3.9', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Software Development :: Quality Assurance', ], |
