From e95fe54b749b2c0ce9a7ca496283eb35aefebe3b Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Sun, 12 May 2024 18:36:23 -0500 Subject: [PATCH] fix typo --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index cb0944f5..8f675ea8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -60,7 +60,7 @@ body: attributes: label: Python Version options: - - "3.8" (not supported) + - "3.8 (no longer supported)" - "3.9" - "3.10" - "3.11"