Skip to content

Commit

Permalink
add python 3.12 to noxfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Nov 23, 2023
1 parent 386d4b8 commit d418a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def default(session):
)


@nox.session(python=["3.7", "3.8", "3.9", "3.10", "3.11"])
@nox.session(python=["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"])
def unit(session):
"""Run the unit test suite."""
default(session)
Expand Down

0 comments on commit d418a30

Please sign in to comment.