Skip to content

Commit 18148c2

Browse files
committed
pin Poetry to 1.8.4
1 parent eca5995 commit 18148c2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- name: Install Poetry
3333
uses: snok/install-poetry@v1
3434
with:
35+
version: 1.8.4
3536
virtualenvs-create: true
3637
virtualenvs-in-project: true
3738
installer-parallel: true

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[build-system]
2-
requires = ["poetry-core"]
2+
requires = ["poetry-core>=1.9"]
33
build-backend = "poetry.core.masonry.api"
44

55

66
[tool.poetry]
77
name = "django-eav2"
88
description = "Entity-Attribute-Value storage for Django"
9-
version = "1.7.1"
9+
version = "1.8.4"
1010
license = "GNU Lesser General Public License (LGPL), Version 3"
1111
packages = [
1212
{ include = "eav" }

0 commit comments

Comments
 (0)