Breaking Changes
* Remove psyco, it is only available for Python <= 2.6 by mr-c and tillea in https://github.com/bxlab/bx-python/pull/96
* Remove unused ``bx.cookbook.progress_bar`` module
Bug Fixes
* Fix import statement s/cookbook/bx.cookbook/ by mr-c and tillea in https://github.com/bxlab/bx-python/pull/95
* Decode C string to str. Fix https://github.com/galaxyproject/galaxy/issues/18806 .
Other Changes
* Add support for Python 3.13
* Remove unneeded build-system requirement ``wheel``
* Stop vendoring argparse and pyparsing
* Add linting with ruff and several ruff plugins
**Full Changelog**: https://github.com/bxlab/bx-python/compare/v0.12.0...v0.13.0