Skip to content

Commit

Permalink
Add support Django4.0,4.1 and Python3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pikhovkin committed Jan 16, 2023
1 parent a60fad7 commit 42032f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
django: ['Django>=3.1,<3.2', 'Django>=3.2,<3.3', 'Django>=4.0,<4.1', 'Django>=4.1,<4.2']
exclude:
- python-version: '3.7'
django: ['Django>=4.0,<4.1', 'Django>=4.1,<4.2']
django: 'Django>=4.0,<4.1'
- python-version: '3.7'
django: 'Django>=4.1,<4.2'

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

0 comments on commit 42032f9

Please sign in to comment.