diff --git a/noxfile.py b/noxfile.py index fc8d91e7..2b8f278f 100644 --- a/noxfile.py +++ b/noxfile.py @@ -2,7 +2,7 @@ nox.options.reuse_existing_virtualenvs = True -CONDA_DEPS = ["c-compiler", "compilers", "cxx-compiler", "ruby", "python=3.8"] +CONDA_DEPS = ["c-compiler", "compilers", "cxx-compiler", "ruby", "python=3.10"] def install_deps(session): # Jekyll w/ Conda installation instructions roughly pulled from