Skip to content

Commit

Permalink
Only pin shiboken6 for macOS releases
Browse files Browse the repository at this point in the history
It allows Fedora to use the version they want, as they don't have yet
the latest released version on PyPI
  • Loading branch information
almet committed Dec 23, 2024
1 parent a379120 commit 10c8b7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ packaging = "*"
# shiboken6 released a 6.8.1.1 version only for macOS
# and it's getting picked by poetry, so pin it instead.
shiboken6 = [
{version = "6.8.1.1", platform = "darwin"},
{version = "6.8.1", platform = "linux"},
{version = "6.8.1", platform = "win32"},
{version = "*", platform = "darwin"},
{version = "<6.8.1.1", platform = "linux"},
{version = "<6.8.1.1", platform = "win32"},
]

[tool.poetry.scripts]
Expand Down

0 comments on commit 10c8b7f

Please sign in to comment.