bsd.default-versions.mk: remove Python 3.8 comment

This commit is contained in:
Charlie Li 2025-04-05 23:11:40 -04:00
parent aa1d420851
commit f3fe38d25e
No known key found for this signature in database
GPG Key ID: 678F936058415CCA

View File

@ -136,7 +136,7 @@ PYCRYPTOGRAPHY_DEFAULT?= rust
. else
PYCRYPTOGRAPHY_DEFAULT?= legacy
. endif
# Possible values: 3.8, 3.9, 3.10, 3.11
# Possible values: 3.9, 3.10, 3.11
PYTHON_DEFAULT?= 3.11
# Possible values: 2.7
PYTHON2_DEFAULT?= 2.7