From c08ab41afddc9eb5639c6df506ccf3b511e7098c Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 28 May 2022 15:45:51 -0400 Subject: [PATCH] Go over what constitutes a bug, yet again --- .github/ISSUE_TEMPLATE/bug-report.md | 11 +++++++++++ admin-tools/pyenv-versions | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index cec076b4..a7d72e66 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -11,6 +11,17 @@ Bugs are not for asking questions about a problem you are trying to solve that involve the use of uncompyle6 along the way, although I may be more tolerent of this if you sponsor the project. +Bugs are also not for general or novice kind help on how to install +this Python program in your environment in the way you would like to +have it set up, or how to interpret a Python traceback e.g. that winds +up saying Python X.Y.Z is not supported. + +For these kinds of things, you will save yourself time by asking +instead on forums like StackOverflow that are geared to helping people +for such general or novice kinds questions and tasks. And unless you +are a sponsor of the project, if your question seems to be of this +category, the issue may just be closed. + Also, the unless you are a sponsor of the project, it may take a while, maybe a week or so, before the bug report is noticed, let alone acted upon. diff --git a/admin-tools/pyenv-versions b/admin-tools/pyenv-versions index 9ce70332..7c1bcafa 100644 --- a/admin-tools/pyenv-versions +++ b/admin-tools/pyenv-versions @@ -5,4 +5,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then echo "This script should be *sourced* rather than run directly through bash" exit 1 fi -export PYVERSIONS='3.7.11 3.8.12 3.9.7 3.10.0' +export PYVERSIONS='3.7.13 pyston-2.3.3 3.8.13'