Merged
Conversation
Collaborator
|
@hroncok you know tox more than me. Any idea why Python 3.6 stopped working? |
Contributor
|
New enough tox/virtualenv doesn't support Python 3.6 out of the box. https://tox.wiki/en/stable/faq.html#testing-end-of-life-python-versions We updated the https://github.com/fedora-python/fedora-python-tox container to Fedora 42, which is the first one to have the new virtualenv version. |
Contributor
|
I opened fedora-python/fedora-python-tox#88 |
5784ce5 to
14e805b
Compare
daiquiri uses pbr and the latest version does not work well with older Pythons.
3ab12fa to
eb4adc9
Compare
Collaborator
|
This ended up with many more changes than I expected. @hroncok could you please eyeball the diff before I merge and release it? |
hroncok
approved these changes
Dec 3, 2025
Contributor
hroncok
left a comment
There was a problem hiding this comment.
The individual commits make sense. Found one typo in a comment.
with Python 3.9 with wheels for 3.14.
b11b671 to
260d2b4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SSIA