-
Notifications
You must be signed in to change notification settings - Fork 32
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
base: main
Are you sure you want to change the base?
Update lark #110
Conversation
msmitherdc
commented
Oct 17, 2024
- Updates lark to latest release and adds python 3.10 to tests, would have to move to later ubuntu for later pythons it appears.
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'] |
There was a problem hiding this comment.
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?
@tomkralidis Debian and Ubuntu now have a recent version in their latest stable releases: |
Jammy as well: |
There was a problem hiding this 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?