Skip to content

Commit

Permalink
build: add support for python newer versions in CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Apr 18, 2024
1 parent 8a3b5f8 commit 387d488
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 = py38-django{32,42}
envlist = py{38,311,312}-django{32,42}

[testenv]
skipsdist = True
Expand Down

0 comments on commit 387d488

Please sign in to comment.