Skip to content

Commit

Permalink
Plone 6 only, Drop Py 2.7 and 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Aug 13, 2021
1 parent b94ffa0 commit c400aa5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions news/31.breaking
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Drop support of Python 2 [jensens]
8 changes: 3 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '4.0.7.dev0'
version = '5.0.0.dev0'

setup(
name='plone.i18n',
Expand All @@ -12,17 +12,15 @@
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Framework :: Plone",
"Framework :: Plone :: 5.2",
"Framework :: Plone :: 6.0",
"Framework :: Plone :: Core",
"Framework :: Zope2",
"Framework :: Zope :: 4",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
keywords='i18n l10n Plone',
author='Plone Foundation',
Expand Down

0 comments on commit c400aa5

Please sign in to comment.