Skip to content

Commit f253b7a

Browse files
Merge pull request #23 from gregory-halverson/main
python 3.11 environment
2 parents c4b9037 + 8da0829 commit f253b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ reinstall:
3535
make install
3636

3737
environment:
38-
mamba create -y -n $(ENVIRONMENT_NAME) -c conda-forge python=3.10
38+
mamba create -y -n $(ENVIRONMENT_NAME) -c conda-forge python=3.11
3939

4040
remove-environment:
4141
mamba env remove -y -n $(ENVIRONMENT_NAME)

0 commit comments

Comments
 (0)