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

Fix generation of repository URLs #137

Closed
wants to merge 1 commit into from

Conversation

stephenjust
Copy link

Use removeprefix and removesuffix from Python 3.9 to fix
repository file generation.

This fixes #136

Use `removeprefix` and `removesuffix` from Python 3.9 to fix
repository file generation.
@Josh5
Copy link
Contributor

Josh5 commented Jan 11, 2022

In order to maintain compatibility with < v3.9, I've opted for using re to replace the strings - bfa0297
Thanks for the PR tho.

@Josh5 Josh5 closed this Jan 11, 2022
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