Skip to content

Commit

Permalink
build: add Python 3.10 to tests nox session
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Mar 24, 2022
1 parent e07e6df commit 9fa0b60
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 @@ -82,7 +82,7 @@ def safety(session):
session.log("Error: The temporary requirements file could not be closed")


@nox.session(python=["3.6", "3.7", "3.8", "3.9"], reuse_venv=True)
@nox.session(python=["3.6", "3.7", "3.8", "3.9", "3.10"], reuse_venv=True)
def tests(session):
args = session.posargs
# Installing setuptools that will work with `2to3` which is used when building
Expand Down

0 comments on commit 9fa0b60

Please sign in to comment.