Skip to content

Commit 734b98a

Browse files
committed
Set recommended minimum Python version to 3.8 in core
This is used to warn the user if the environment is too old. This was not updated along with the 3.8 recommendation bump due to an oversight.
1 parent ea8a398 commit 734b98a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

speechbrain/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
torch._C._jit_set_profiling_mode(False)
5252
INTRA_EPOCH_CKPT_FLAG = "brain_intra_epoch_ckpt"
5353
PYTHON_VERSION_MAJOR = 3
54-
PYTHON_VERSION_MINOR = 7
54+
PYTHON_VERSION_MINOR = 8
5555

5656
# Arguments passed via the run opts dictionary
5757
run_opt_defaults = {

0 commit comments

Comments
 (0)