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

EasyVVUQ doesn't build for Python 3.13 #437

Open
djgroen opened this issue Jan 21, 2025 · 3 comments
Open

EasyVVUQ doesn't build for Python 3.13 #437

djgroen opened this issue Jan 21, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@djgroen
Copy link
Contributor

djgroen commented Jan 21, 2025

See: https://github.com/UCL-CCS/EasyVVUQ/actions/runs/12296893086/job/34316846890?pr=436

@djgroen djgroen added the bug Something isn't working label Jan 21, 2025
@JonMcCullough
Copy link
Contributor

Same problem as described here - pytest-dev/pytest-cov#670

@JonMcCullough
Copy link
Contributor

The dependency 'coveralls' appears to not yet support Python 3.13 - https://pypi.org/project/coveralls/. This is swapping out the newest version of the 'coverage' package (loaded by EasyVVUQ) with an older one that doesn't support some Python 3.13 calls and raising the error reported by Derek.

@JonMcCullough
Copy link
Contributor

The Coveralls package does have issues/pull requests but these have not yet been finalised by the package owner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants