Skip to content

Commit 3c2751c

Browse files
committed
Add PEP440 verion names
1 parent 2469485 commit 3c2751c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
- "3.9"
5454
- "3.10"
5555
django-version:
56-
- "2.2"
57-
- "3.2"
58-
- "4.0"
56+
- "2.2a"
57+
- "3.2a"
58+
- "4.0a"
5959
steps:
6060
- name: Set up Python ${{ matrix.python-version }}
6161
uses: actions/setup-python@v2
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
python -m pip install --upgrade pip setuptools wheel codecov
7272
python -m pip install -e .[dramatiq]
73-
python -m pip install django==${{ matrix.django-version }}
73+
python -m pip install django~=${{ matrix.django-version }}
7474
- name: Run tests
7575
run: python setup.py test
7676
- run: codecov

0 commit comments

Comments
 (0)