Просмотр исходного кода

Update supported Python versions for v4.0

Jeremy Stretch 1 год назад
Родитель
Сommit
d7592744d4
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      .github/ISSUE_TEMPLATE/bug_report.yaml

+ 1 - 2
.github/ISSUE_TEMPLATE/bug_report.yaml

@@ -34,10 +34,9 @@ body:
       label: Python Version
       label: Python Version
       description: What version of Python are you currently running?
       description: What version of Python are you currently running?
       options:
       options:
-        - "3.8"
-        - "3.9"
         - "3.10"
         - "3.10"
         - "3.11"
         - "3.11"
+        - "3.12"
     validations:
     validations:
       required: true
       required: true
   - type: textarea
   - type: textarea