From a52d2b85260b13b12545454cac58098e84cd8066 Mon Sep 17 00:00:00 2001 From: Wesley Barroso Lopes Date: Mon, 4 Mar 2024 18:36:13 -0300 Subject: [PATCH] Drop support to Python 3.7 --- .github/workflows/ci.yml | 2 +- CHANGES.rst | 3 ++- setup.py | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) 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',