Skip to content

Commit

Permalink
Release v0.10.1 to include notice in package
Browse files Browse the repository at this point in the history
This module is dropping support for Python 2.7 and 3.4.
No code changes since v0.10.0.

Signed-off-by: ko-zu <[email protected]>
  • Loading branch information
ko-zu committed Jun 2, 2024
1 parent adb488f commit bcbe5d5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Notice
===
This module is **Dropping Support for Python 2.7 and 3.4**

In the upcoming version 1.0.0, support for Python 2.7 and 3.4 will be
discontinued. Version 0.10.x (or auto-released versions with the .yyyymmdd
suffix) will be the last to support Python 2.7.

The minimum requirement for new versions will be **Python 3.5 or later.**

The new version will include type hinting to enhance API stability. The updated
code is currently available in the devel branch.
https://github.com/ko-zu/psl/tree/devel

If you know of any users still relying on this module with Python 2.7, please
comment on github issue.
https://github.com/ko-zu/psl/issues/30


publicsuffixlist
===

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

### version placeholder for release automation

__version__ = "0.10.0"
__version__ = "0.10.1"

### Change the minor version before git push to the master branch.

Expand Down

0 comments on commit bcbe5d5

Please sign in to comment.