Skip to content

Commit

Permalink
Use Poetry's main branch in test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Nov 13, 2024
1 parent 2b3ac6d commit e0aa0c4
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 e0aa0c4

Please sign in to comment.