Skip to content

Commit

Permalink
Merge pull request #199 from edgarrmondragon/poetry-2
Browse files Browse the repository at this point in the history
Use Poetry's main branch in test matrix
  • Loading branch information
mtkennerly authored Nov 14, 2024
2 parents 2b3ac6d + e0aa0c4 commit a2ef16a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
unlocked: [false]
include:
- python-version: '3.11'
poetry-version: 'git+https://github.com/radoering/poetry.git@pep621-support'
poetry-version: 'git+https://github.com/python-poetry/poetry.git@main'
experimental: true
- python-version: '3.12'
poetry-version: '1.8.4'
Expand Down
14 changes: 12 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ python = "^3.7"
dunamai = "^1.21.0"
tomlkit = ">= 0.4"
jinja2 = ">=2.11.1, <4"
poetry = { version = "^1.2.0", optional = true }
poetry = { version = ">=1.2.0", optional = true }

[tool.poetry.extras]
plugin = ["poetry"]
Expand Down

0 comments on commit a2ef16a

Please sign in to comment.