mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-19 18:31:15 +08:00
Adds django@4.0 support (#786)
* Adds django@4.0 support * Fixes CI * Fixes CI * Ignore new error for django4.0 * Fixes
This commit is contained in:
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
@@ -52,8 +52,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.6', '3.7', '3.8', '3.9']
|
||||
django-version: ['2.2', '3.0']
|
||||
python-version: ['3.8', '3.9', '3.10']
|
||||
django-version: ['3.2', '4.0']
|
||||
include:
|
||||
- python-version: '3.7'
|
||||
django-version: '2.2'
|
||||
- python-version: '3.6'
|
||||
django-version: '2.2'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup system dependencies
|
||||
|
||||
Reference in New Issue
Block a user