Skip to content

Commit

Permalink
DEV: Specify python="3.10" for dev session in noxfile [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Feb 28, 2023
1 parent 97c11e9 commit 791a679
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 @@ -25,7 +25,7 @@ def build(session: nox.Session) -> None:
session.run("flit", "build")


@nox.session
@nox.session(python="3.10")
def dev(session: nox.Session) -> None:
"""
Sets up a python development environment for the project.
Expand Down

0 comments on commit 791a679

Please sign in to comment.