Skip to content

Replace pipes.quote for Python 3.13 compatibility#31

Draft
Mirochill wants to merge 1 commit into
gbstack:masterfrom
Mirochill:fix/26-replace-pipes-quote
Draft

Replace pipes.quote for Python 3.13 compatibility#31
Mirochill wants to merge 1 commit into
gbstack:masterfrom
Mirochill:fix/26-replace-pipes-quote

Conversation

@Mirochill
Copy link
Copy Markdown

Summary

  • use shlex.quote on current Python versions so importing the wrapper no longer depends on pipes, which was removed in Python 3.13
  • retain a conditional pipes.quote fallback for Python 2.7, which is still listed in the package classifiers

Notes

Validation

  • git diff --check HEAD~1..HEAD
  • Not run locally

Refs #26

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.

1 participant