Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the new pygments release the new minimum pygments version #29

Closed
mdmintz opened this issue Apr 18, 2023 · 1 comment · Fixed by #31
Closed

Make the new pygments release the new minimum pygments version #29

mdmintz opened this issue Apr 18, 2023 · 1 comment · Fixed by #31
Assignees
Labels
enhancement New feature or request

Comments

@mdmintz
Copy link
Owner

mdmintz commented Apr 18, 2023

Make the new pygments release the new minimum pygments version.

Great news: The new pygments release that just came out, 2.15.1 - (https://github.com/pygments/pygments/releases/tag/2.15.1) fixed some Python issues that caused problems for the debugger. That's going to become the new minimum version of pygments in the pdbp dependencies (for Python>=3.7). The remaining supported Python versions (3.6) will use pygments>=2.14.0.

This upgrade will certainly help with making sure that code blocks are displayed properly by the pdbp debugger.

@mdmintz mdmintz added the enhancement New feature or request label Apr 18, 2023
@mdmintz mdmintz self-assigned this Apr 18, 2023
@mdmintz
Copy link
Owner Author

mdmintz commented Apr 19, 2023

This was resolved in 1.3.0 - https://github.com/mdmintz/pdbp/releases/tag/v1.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant