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

1.4: Resolved dependency conflict with importlib-metadata on Python 3.7 #401

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

andy-maier
Copy link
Member

Rolls back PR #399 into 1.4.3.

Details:

* Increased the minimum version of virtualenv to 20.15.0 for Python
  <= 3.11 in order to resolve the following dependency conflict:

    The user requested importlib-metadata<5 and >=4.8.3
    build 0.5.0 depends on importlib-metadata>=0.22; python_version < "3.8"
    virtualenv 20.1.0 depends on importlib-metadata<3 and >=0.12;
      python_version < "3.8"
    The user requested (constraint) importlib-metadata==4.8.3

Signed-off-by: Andreas Maier <maiera@de.ibm.com>
@andy-maier andy-maier self-assigned this Oct 31, 2023
@andy-maier andy-maier added this to the 1.4.3 milestone Oct 31, 2023
@coveralls
Copy link

Coverage Status

coverage: 40.704%. remained the same when pulling d1d5929 on 1.4/andy/fix-dep-conflict-py37 into 3fea5d5 on stable_1.4.

@andy-maier andy-maier merged commit 202de80 into stable_1.4 Oct 31, 2023
13 checks passed
@andy-maier andy-maier deleted the 1.4/andy/fix-dep-conflict-py37 branch October 31, 2023 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants