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

Update lark #110

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Update lark #110

wants to merge 8 commits into from

Conversation

msmitherdc
Copy link

  • Updates lark to latest release and adds python 3.10 to tests, would have to move to later ubuntu for later pythons it appears.

@tomkralidis
Copy link
Member

cc @kalxas given packaging implications.

@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9']
python-version: ['3.8', '3.9', '3.10']

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

python 3.8 reached end-of-life, is it safe to keep and support it?

@kalxas
Copy link
Member

kalxas commented Oct 18, 2024

@tomkralidis Debian and Ubuntu now have a recent version in their latest stable releases:
https://packages.ubuntu.com/noble/python3-lark

@kalxas
Copy link
Member

kalxas commented Oct 18, 2024

Jammy as well:
https://packages.ubuntu.com/jammy/python3-lark

Copy link
Contributor

@constantinius constantinius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice, thanks! Since Python 3.13 is already out: could we also add it?

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.

5 participants