Skip to content

Commit

Permalink
update noxfile to default use 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bmritz committed Feb 14, 2024
1 parent 4f807b1 commit 38732db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ rst-roles = class,const,func,meth,mod,ref
rst-directives = deprecated
per-file-ignores =
tests/**:D104,D103,D100
noxfile.py:E241,E231,E272,E202
5 changes: 2 additions & 3 deletions noxfile.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Nox sessions."""

import os
import shlex
import shutil
Expand All @@ -9,8 +10,6 @@
import nox


print(os.curdir)

try:
from nox_poetry import Session
from nox_poetry import session
Expand All @@ -25,7 +24,7 @@


package = "ai_ghostfunctions"
python_version_default = "3.12"
python_version_default = "3.11"
python_versions = [
"3.12",
"3.11",
Expand Down

0 comments on commit 38732db

Please sign in to comment.