tldr-pages / tldr-python-client

:snake: Python command-line client for tldr pages 📚
https://pypi.org/project/tldr/
MIT License
599 stars 95 forks source link

Update page source to use main branch #200

Closed kbdharun closed 1 year ago

kbdharun commented 1 year ago

I noticed TLDR_PAGES_SOURCE_LOCATION and other links pointed to the master branch which is no longer our primary branch so It is better to update it to main.

kbdharun commented 1 year ago

I have no idea, why the build fails. @owenvoke What might be the cause?

owenvoke commented 1 year ago

Looks like Python 3.6 is no longer supported by setup-python, we can probably drop this as part of another PR as it's EOL. 👍🏻

I've opened https://github.com/tldr-pages/tldr-python-client/pull/201, we should be able to merge that, then rebase this onto the changes. 👍🏻

MasterOdin commented 1 year ago

@kbdharun Could you please rebase onto the latest main?

kbdharun commented 1 year ago

@kbdharun Could you please rebase onto the latest main?

Done 👍🏽 , The PR is GTG I guess.

kbdharun commented 1 year ago

After this PRs merge should we create a release?