Skip to content

Commit 17dc973

Browse files
committed
define specific Python version
1 parent 2c40954 commit 17dc973

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.replit

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ entrypoint = "main.py"
77
# A list of globs that specify which files and directories should
88
# be hidden in the workspace.
99
hidden = ["venv", ".config", "**/__pycache__", "**/.mypy_cache", "**/*.pyc", "999_video_index.md"]
10+
modules = ["python-3.10:v18-20230807-322e88b"]
1011

1112
# Specifies which nix channel to use when building the environment.
1213
[nix]

0 commit comments

Comments
 (0)