Skip to content

Commit

Permalink
Add 3.13 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Jun 10, 2024
1 parent 062e7d0 commit 9d78941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 9d78941

Please sign in to comment.