Skip to content

Commit

Permalink
transitive-python-versions is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby committed Oct 14, 2023
1 parent 3002a04 commit 0319fdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/poetry/puzzle/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,6 @@ def fmt_warning(d: Dependency) -> str:
if python_constraint_intersection.is_empty():
# This dependency is not needed under current python constraint.
continue
dep.transitive_python_versions = str(python_constraint_intersection)

clean_dependencies.append(dep)

Expand Down

0 comments on commit 0319fdd

Please sign in to comment.