Skip to content

Commit

Permalink
add django 3.2 and python 3.10 to GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
GeyseR committed Oct 12, 2021
1 parent f31bb23 commit 4881c49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests-and-codestyle.yaml
Expand Up @@ -11,13 +11,13 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [3.5, 3.6, 3.7, 3.8, 3.9]
django: [2.2.*, 3.0.*, 3.1.*]
python: [3.5, 3.6, 3.7, 3.8, 3.9, 3.10]
django: [2.2.*, 3.1.*, 3.2.*]
exclude:
- python: 3.5
django: 3.0.*
- python: 3.5
django: 3.1.*
- python: 3.5
django: 3.2.*
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down

0 comments on commit 4881c49

Please sign in to comment.