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

pyparsing support discontinued for py3.8 #80

Open
PaulaKramer opened this issue Oct 15, 2024 · 0 comments
Open

pyparsing support discontinued for py3.8 #80

PaulaKramer opened this issue Oct 15, 2024 · 0 comments

Comments

@PaulaKramer
Copy link
Collaborator

There has been a new pyparsing release and they discontinued support for Python versions < 3.9. See here for more info: https://github.com/pyparsing/pyparsing/releases/tag/3.2.0. Therefore, the CI for Python 3.8 currently fails (https://github.com/volkamerlab/KinFragLib/actions/runs/11338684278/job/31532296005).

To fix this, we could pin the pyparsing version in the environment file or we could completely remove the CI workflow for Python 3.8 and only include 3.9, since Python 3.8 reached end-of-life last week (see here: https://devguide.python.org/versions/).

@PaulaKramer PaulaKramer mentioned this issue Oct 23, 2024
3 tasks
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

No branches or pull requests

1 participant