mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-04-05 16:00:59 +00:00
pin Poetry to 1.8.4
This commit is contained in:
parent
eca5995616
commit
18148c2b97
2 changed files with 3 additions and 2 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -32,6 +32,7 @@ jobs:
|
|||
- name: Install Poetry
|
||||
uses: snok/install-poetry@v1
|
||||
with:
|
||||
version: 1.8.4
|
||||
virtualenvs-create: true
|
||||
virtualenvs-in-project: true
|
||||
installer-parallel: true
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
requires = ["poetry-core>=1.9"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
|
||||
[tool.poetry]
|
||||
name = "django-eav2"
|
||||
description = "Entity-Attribute-Value storage for Django"
|
||||
version = "1.7.1"
|
||||
version = "1.8.4"
|
||||
license = "GNU Lesser General Public License (LGPL), Version 3"
|
||||
packages = [
|
||||
{ include = "eav" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue