Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit 19c07f9

Browse files
authored
Merge pull request #233 from snok/update-test-matrix
Add Python 3.10 and Django 3.2 to test-matrix
2 parents e2bd0ab + 1707c93 commit 19c07f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/testing.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
python-version: [ "3.6", "3.7", "3.8", "3.9" ]
35-
django-version: [ "2.2", "3.0", "3.1", "3.2rc1" ]
34+
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10.0-beta.1" ]
35+
django-version: [ "2.2", "3.0", "3.1", "3.2" ]
3636
steps:
3737
- name: Check out repository
3838
uses: actions/checkout@v2
@@ -41,9 +41,9 @@ jobs:
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
- name: Install poetry
44-
uses: snok/install-poetry@v1.1.1
44+
uses: snok/install-poetry@v1.1.6
4545
with:
46-
virtualenvs-create: true
46+
version: 1.2.0a1
4747
virtualenvs-in-project: true
4848
- name: Load cached venv
4949
uses: actions/cache@v2

0 commit comments

Comments
 (0)