Skip to content

Commit

Permalink
Django 2 and 1.11 are not compatible to python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kakulukia committed Jul 29, 2022
1 parent 01e69c3 commit d8fd96e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
django: "4.0"
- python-version: "3.7"
django: "4.0"
- python-version: "3.10"
django: "1.11"
- python-version: "3.10"
django: "2.0"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d8fd96e

Please sign in to comment.