mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-05-13 10:03:13 +00:00
Add python 3.10 in github action matrix
This commit is contained in:
parent
51c7d783ee
commit
fd9c43107f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
fail-fast: false
|
||||
max-parallel: 5
|
||||
matrix:
|
||||
python-version: ['3.6', '3.7', '3.8', '3.9', 'pypy3']
|
||||
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy3']
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue