Skip to content

Commit

Permalink
Add support for Python 3.12 and 3.13 to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samer-hamood committed Jan 25, 2025
1 parent 8fa8279 commit d16ed5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Release 1.6

- Added support for Python 3.12 and 3.13 by upgrading Pylint and disabling/fixing Pylint errors

## Release 1.5

## Release 1.4
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ In order to be merged, all pull requests must:

## Supported Python Versions

- `PyFunctional` 1.6 is tested against Python 3.12 and Python 3.13.
- `PyFunctional` 1.5 is tested against Python 3.8 to 3.11. PyPy3 is not tested, but bug fixed on best effort basis.
- `PyFunctional` 1.4 supports and is tested against Python 3.6, Python 3.7, and PyPy3
- `PyFunctional` 1.4 and above do not support python 2.7
Expand Down

0 comments on commit d16ed5f

Please sign in to comment.