diff --git a/ChangeLog.md b/ChangeLog.md index d40489869..681b2c635 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,6 +4,14 @@ The format is based on and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## vX.Y.Z -- YYYY-MM-DD + +### Added +* Support for python 3.12 + +### Removed +* Support for python 3.7 + ## v2.13.1 -- 2023-09-14 ### Added diff --git a/doc/source/reference/credits.rst b/doc/source/reference/credits.rst index 4932f18f1..ebc1d71d8 100644 --- a/doc/source/reference/credits.rst +++ b/doc/source/reference/credits.rst @@ -338,6 +338,7 @@ Tommy Waltmann * Fixed segfault in neighborlists owned by compute objects. * Added support for ``gsd.hoomd.Frame`` in ``NeighborQuery.from_system`` calls. * Added support for building with cython 3.0 +* Added support for python 3.12 and remove support for python 3.7 Maya Martirossyan