Skip to content

Commit

Permalink
add Python 3.12 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskramer committed Oct 16, 2023
1 parent 5cf2c06 commit 73ef1b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
extras_require={"dev": ["black"]},
)
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ envlist =
lint,
{py38,py39}-django{32,40,41,42},
{py310,py311}-django{41,42,-latest},
{py312}-django{42,-latest},
isolated_build = true
minversion = 1.9

Expand All @@ -13,6 +14,7 @@ python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312

[testenv]
description = run unit tests
Expand Down

0 comments on commit 73ef1b0

Please sign in to comment.