Skip to content

Commit

Permalink
plone/python requirements (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico authored Nov 15, 2023
1 parent 9b41090 commit 33da62a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ Add **pas.plugins.oidc** to the Plone installation using `pip`:
pip install pas.plugins.oidc
``

### Requirements

As of version 2.* of this package the minimum requirements are Plone 6.0 and python 3.8.

### Warning

Pay attention to the customization of `User info property used as userid` field, with the wrong configuration it's easy to impersonate another user.
Expand Down
1 change: 1 addition & 0 deletions news/36.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Declare the minimum requirements for Plone/python in the readme [mamico]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="pas.plugins.oidc",
version="1.0a7.dev0",
version="2.0.0.dev0",
description="An add-on for Plone",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 33da62a

Please sign in to comment.