Skip to content

Commit

Permalink
#51: Bump minimum Poetry version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed May 26, 2021
1 parent 9330890 commit 5324159
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,11 @@ jobs:
- '3.7'
- '3.8'
poetry-version:
- '1.0.2'
- '1.0.5'
- '1.0.10'
- '1.1.0'
- '1.1.6'
install-method:
- pip
- script

# https://github.com/python-poetry/poetry/issues/3001
exclude:
- python-version: '3.7'
poetry-version: '1.0.2'
- python-version: '3.7'
poetry-version: '1.0.5'
- python-version: '3.8'
poetry-version: '1.0.2'
- python-version: '3.8'
poetry-version: '1.0.5'
env:
POETRY_VER: ${{ matrix.poetry-version }}
INSTALL_METHOD: ${{ matrix.install-method }}
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
* Changed:
* Broadened version range of Jinja2 dependency to support projects that need
a newer version.
* Bumped the minimum Poetry version to 1.1.0, since the above Jinja2 change
seemed to trip up Poetry 1.0.10 (on Python 3.7 and 3.8, but not 3.5 or 3.6,
for some reason).
* Fixed:
* The plugin did not work on Fedora inside of Pip's isolated build
environment, because the plugin would be loaded before some of its
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ liberties to make the functionality possible. As soon as official support
lands, this plugin will be updated to do things the official way.

## Installation
Python 3.5+ and Poetry 1.0.2+ or poetry-core 1.0.0+ are required.
Python 3.5+ and Poetry 1.1.0+ or poetry-core 1.0.0+ are required.

* Run `pip install poetry-dynamic-versioning`
* Add this section to your pyproject.toml:
Expand Down

0 comments on commit 5324159

Please sign in to comment.