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 Pipfile to make test compatible with Python version in CI #703

Merged
merged 2 commits into from
Mar 18, 2024

Conversation

lumaxis
Copy link
Contributor

@lumaxis lumaxis commented Mar 18, 2024

Pipfile.lock contained an entry that limited a package version to Python versions <3.11 which broke installs on the latest stable Python version. Removed the constraint from Pipfile and now running the test against a small matrix of Python versions, most notably the ones that ship with current Ubuntu versions.

@lumaxis lumaxis marked this pull request as ready for review March 18, 2024 13:22
@lumaxis lumaxis requested a review from ajhenry March 18, 2024 13:22
Copy link

@ajhenry ajhenry left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@lumaxis lumaxis merged commit 364ae59 into main Mar 18, 2024
48 checks passed
@lumaxis lumaxis deleted the update-fixture-pipfile branch March 18, 2024 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants