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

Remove pipes for compatibility with Python 3.13 #242

Merged
merged 2 commits into from
Nov 15, 2024

Conversation

adamblake
Copy link
Contributor

The only thing holding chartpress back from compatibility with Python 3.13 was the use of pipes to quote a shell expression. Ironically the chartpress.py was using both shlex.quote() and pipes.quote() simultaneously. This PR removes the pipes import and changes the call to use shlex

(I also saw two unused dependencies that didn't get cleaned up in tests, so I removed those.)

@minrk minrk merged commit 2883633 into jupyterhub:main Nov 15, 2024
9 checks passed
@adamblake adamblake deleted the compat-3.13 branch November 16, 2024 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants