Skip to content

Commit

Permalink
Try to bump python (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau authored May 26, 2024
1 parent 6165a4e commit 956f7e6
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 @@ -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
Expand Down

0 comments on commit 956f7e6

Please sign in to comment.