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

Commit 697d7ab

Browse files
committed
Update dependencies
1 parent 37c3bde commit 697d7ab

File tree

2 files changed

+228
-140
lines changed

2 files changed

+228
-140
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
restore-keys: |
2020
${{ runner.os }}-pip-
2121
${{ runner.os }}-
22-
- run: python -m pip install pre-commit pylint tomli setuptools pip -U
22+
- run: python -m pip install pre-commit pylint
2323
- run: pre-commit run --all-files
2424
test:
2525
# ---------------------------------------------------
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10.0-beta.1" ]
34+
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10.0-rc.1" ]
3535
django-version: [ "2.2", "3.0", "3.1", "3.2" ]
3636
steps:
3737
- name: Check out repository

0 commit comments

Comments
 (0)