diff --git a/CHANGELOG.md b/CHANGELOG.md index b8782050..8ff233e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,13 @@ This project (loosely) adheres to [Semantic Versioning](https://semver.org/spec/ ## Version 1.3.7 - Unreleased -## Version 1.3.6 - +## Version 1.3.6 - Released 2024-06-08 ### Added: * Add `ub.IndexableWalker.diff` ### Fixed: +* Added workarounds for copy / symlinks via `ub.Path` and `ub.symlink` on pypy. * `ub.import_module_from_path` now correctly accepts `PathLike` objects. * `ub.modname_to_modpath` fixed in cases where editable installs use type annotations in their MAPPING definition. diff --git a/pyproject.toml b/pyproject.toml index f1aa39f0..b9c9093f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,7 @@ author = "Jon Crall" typed = "partial" author_email = "erotemic@gmail.com" description = "A Python utility belt containing simple tools, a stdlib like feel, and extra batteries" +ci_cpython_versions=["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-beta.2"] license = "Apache 2" dev_status = "stable" classifiers = [