Skip to content

Commit

Permalink
Drop support to Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleybl authored Mar 4, 2024
1 parent 5f276a9 commit a52d2b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a52d2b8

Please sign in to comment.