Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #388 -
python3.8
type hint compatibility
This should address the following error when running `bump-my-version` in a `python3.8` environment: ``` def is_subpath(parent: Path | str, path: Path | str) -> bool: TypeError: unsupported operand type(s) for |: 'type' and 'type' ```
- Loading branch information