Releases: brainsik/json-store
Releases · brainsik/json-store
Official support for Python 3.13
User facing changes
- Bumps required Python version (in
pyproject.toml
) to 3.9 to reflect the versions actively supported. 0486d33
Project changes
- Update testing matrix and project classifiers to reflect we support Python versions 3.9 to 3.13. fd82acf 0486d33
v4.1
User facing changes
- Fix shelve2json for macOS and Windows f736d34
Project changes
- Modernize packaging process and use
uv
d0da109
Full Changelog: v4.0...v4.1
v4.0
User facing changes
- Add support for Windows #19
- Drop support for Python 2 🖤 🪦 #20
Project changes
Full Changelog: v3.2...v4.0
v3.2
User facing changes
- Uses
os.rename
directly instead of via shutil.move
#16
Project changes
- Uses Black's recommended Flake8 settings #13
- Adopted Contributor Covenant Code of Conduct #15
- Enabled code scanning #17
- Added Python 3.11 to test matrix 91a3b93
Full Changelog: v3.1...v3.2
json-store 3.1
Summary
This release adds support for Python 3.10 which dropped the long deprecated collections.MutableMapping
. Support for Python 2.7 continues.
Behind the scenes, the old travis-ci.org tests were dropped (as that service is no longer running), and a much more fleshed out test pipeline is now running on GitHub Actions.
User Facing Changes
New Contributors
- @amotl made their first contribution in #7
Full Changelog: v3.0...v3.1