You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After this commit most, if not all, gentoo users switched from python3.9 to python3.10 or python3.11
At the same time it became pretty hard to create python3.9-based docker images: I tried, but gentoo said "there is no python3.9 anymore, what are you doing."
I almost created a PR to fix this; still working on "Description"
The text was updated successfully, but these errors were encountered:
### 📚 Description
We remove one line from `tox.ini` and one line from `docker.yml`
Since there will be no fresh docker images for python3.9 on gentoo, GH
Actions will start to fail (sooner or later)
Resolves#35704
### 📝 Checklist
<!-- Put an `x` in all the boxes that apply. It should be `[x]` not `[x
]`. -->
- [x] The title is concise, informative, and self-explanatory.
- [x] The description explains in detail what this PR is about.
- [x] I have linked a relevant issue or discussion.
- [ ] I have created tests covering the changes.
- [ ] I have updated the documentation accordingly.
### ⌛ Dependencies
<!-- List all open PRs that this PR logically depends on
- #12345: short description why this is a dependency
- #34567: ...
-->
<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
URL: #35705
Reported by: Andrew
Reviewer(s): Matthias Köppe
After this commit most, if not all, gentoo users switched from python3.9 to python3.10 or python3.11
At the same time it became pretty hard to create python3.9-based docker images: I tried, but gentoo said "there is no python3.9 anymore, what are you doing."
I almost created a PR to fix this; still working on "Description"
The text was updated successfully, but these errors were encountered: