Skip to content

Commit

Permalink
Add Python 3.11 to Django 4.1 tox configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani committed Nov 8, 2022
1 parent b24dfc4 commit bdf7236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ envlist =
flake8
isort
py{36,37,38,39,310}-dj32
py{38,39,310}-dj{40,41,main}
py311-dj{main}
py{38,39,310}-dj40
py{38,39,310,311}-dj{41,main}
docs

[gh-actions]
Expand Down

0 comments on commit bdf7236

Please sign in to comment.