Skip to content

Commit

Permalink
fix: Update tox.ini
Browse files Browse the repository at this point in the history
Needed to run Python 3.11 tests locally via tox.
  • Loading branch information
Feanil Patel authored Apr 2, 2024
1 parent 8efa38a commit 0a75e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{38,312}-django{42}, quality
envlist = py{38,311,312}-django{42}, quality

[testenv]
setenv =
Expand Down

0 comments on commit 0a75e52

Please sign in to comment.