Skip to content

Commit 956f7e6

Browse files
authored
Try to bump python (#764)
1 parent 6165a4e commit 956f7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
nox.options.reuse_existing_virtualenvs = True
44

5-
CONDA_DEPS = ["c-compiler", "compilers", "cxx-compiler", "ruby", "python=3.8"]
5+
CONDA_DEPS = ["c-compiler", "compilers", "cxx-compiler", "ruby", "python=3.10"]
66

77
def install_deps(session):
88
# Jekyll w/ Conda installation instructions roughly pulled from

0 commit comments

Comments
 (0)