diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 943b19d..3fc34e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8, 3.7] + python-version: [3.8] plone-version: [5.2] steps: diff --git a/CHANGES.rst b/CHANGES.rst index 0d674ee..3f4c3c5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,8 @@ Changelog 2.0.2 (unreleased) ------------------ -- Nothing changed yet. +- Drop support to Python 3.7. + [wesleybl] 2.0.1 (2021-09-16) diff --git a/setup.py b/setup.py index 7c625ba..db75e1e 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,6 @@ 'Operating System :: OS Independent', 'Programming Language :: JavaScript', 'Programming Language :: Python', - 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Software Development :: Widget Sets',