Releases: bretello/pdbpp
Releases · bretello/pdbpp
0.11.3
Fixes
- fix on windows for >= 3.10 by @bretello in #16: fancycompleter has been bumped to 0.10.5, which replaces
pyreadline
withpyreadline3
(windows only)
What's Changed
- gha: add weekly schedule for ci/lint by @bretello in #6
- tests: remove 2.7 leftovers by @bretello in #5
- add 3.12 support by @bretello in #4
- fix ci by @bretello in #7
- build(deps): bump actions/checkout from 2 to 4 by @dependabot in #10
- remove deprecated references to distutils.spawn by @bretello in #12
- build(deps): bump actions/setup-python from 2 to 5 by @dependabot in #11
- migrate to nox by @bretello in #13
- fix tests on 3.11.9 by @bretello in #14
New Contributors
- @dependabot made their first contribution in #10
Full Changelog: 0.11.2...0.11.3
0.11.2
0.11.1
- pin fancycompleter to 0.10.3
Full Changelog: 0.11.0...0.11.1
0.11.0
0.11.0
- BREAKING: drop support for python < 3.8
- fix python -m pdb on 3.11 (pdbpp#521)
- use dynamic versioning using
setuptools_scm
- use fancycompleter from https://github.com/bretello/fancycompleter
Full Changelog: 0.10.3...0.11.0