Skip to content

Commit 6efb2c9

Browse files
committed
upgrade CI poetry and project deps
1 parent 9ca07d9 commit 6efb2c9

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python-version: ${{ matrix.python-version }}
3030

3131
- name: Install Poetry
32-
uses: snok/[email protected].6
32+
uses: snok/[email protected].12
3333
with:
3434
virtualenvs-create: true
3535
virtualenvs-in-project: true

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ exclude = ["render_static/tests"]
4747
[tool.poetry.dependencies]
4848
python = ">=3.6,<4.0"
4949
Django = ">=2.2,<5.0"
50-
#Django = [
51-
# {version = ">=2.2,<3.0", python = ">=3.6,<=3.9"},
52-
# {version = ">=3.0,<4.0", python = ">=3.6,<=3.10"},
53-
# {version = ">=4.0,<5.0", python = ">=3.8,<4.0"}
54-
#]
5550

5651
Jinja2 = { version = ">=2.9,<4.0", optional = true }
5752
importlib-resources = { version = ">=1.3.0,<6.0.0", optional = true }

0 commit comments

Comments
 (0)