Skip to content

Commit

Permalink
Drop support for Python 3.7 that reached its EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-rt committed Jul 14, 2023
1 parent dd1dd47 commit a40eb0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
strategy:
matrix:
config:
- ["Py3.7-Plone5.2", "3.7"]
- ["Py3.8-Plone5.2", "3.8"]
runs-on: ubuntu-latest
name: ${{ matrix.config[0] }}
Expand Down
2 changes: 2 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ Changelog

- Use Plone 5.2.12

- Drop support for Python 3.7 that reached its EOL


14.3.4 (2023-04-26)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"Framework :: Plone :: 5.2",
"License :: OSI Approved :: GNU General Public License (GPL)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development :: Libraries :: Python Modules",
Expand All @@ -31,6 +30,7 @@
namespace_packages=[],
include_package_data=True,
zip_safe=False,
python_requires="~= 3.8",
install_requires=[
"Plone >=5.2",
"AccessControl",
Expand Down

0 comments on commit a40eb0f

Please sign in to comment.