Skip to content

Commit

Permalink
Bump minimum scie version to 0.10.0 (#19670)
Browse files Browse the repository at this point in the history
See pantsbuild/scie-pants#250 for the required
fix.
  • Loading branch information
thejcannon authored and WorkerPants committed Aug 29, 2023
1 parent a05f92d commit 9bbdcb8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/python/pants/bin/pants_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@

logger = logging.getLogger(__name__)

# Pants 2.18 is using a new distribution model, that's only supported in 0.9.0 (this is 0.9.2,
# because _detecting_ the version is only supported from 0.9.2), so people should upgrade
MINIMUM_SCIE_PANTS_VERSION = Version("0.9.2")
# Pants 2.18 is using a new distribution model, that's supported (sans bugs) in 0.10.0.
MINIMUM_SCIE_PANTS_VERSION = Version("0.10.0")


@dataclass(frozen=True)
Expand Down

0 comments on commit 9bbdcb8

Please sign in to comment.