-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
urllib3 2.2.2 not compatible with python 3.7 #84
Labels
Comments
@pquentin thanks for addressing this issue. Can you also make a repodata patch if you have the time? |
@ocefpaf I attempted to write a repodata patch myself, but # https://github.com/conda-forge/urllib3-feedstock/issues/84
# urllib3 2.2.2 is not compatible with Python 3.7
if:
name: invoke
version: 2.2.2
timestamp_lt: 1719424349134 # 2024/06/26 12:52 GMT
then:
- replace_depends:
old: python >=3.7
new: python >=3.8 I also tried this, and it didn't seem to work either. # https://github.com/conda-forge/urllib3-feedstock/issues/84
# urllib3 2.2.2 is not compatible with Python 3.7
if:
name: invoke
version_eq: 2.2.2
timestamp_lt: 1718841600 # 2024/06/20 00:00Z
then:
- tighten_depends:
name: python
lower_bound: 3.8 |
Should |
Oh, yeah indeed it should. That's what I get for copying off of the last time I did this. 😆 |
AaronOpfer
added a commit
to AaronOpfer/conda-forge-repodata-patches-feedstock
that referenced
this issue
Jun 26, 2024
Merged
5 tasks
All good 🙂 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solution to issue cannot be found in the documentation.
Issue
Upstream broke Python 3.7 support. Recommend changing recipe to
python >= 3.8
and patching repodata.Installed packages
Environment info
The text was updated successfully, but these errors were encountered: