Explorar el Código

Update supported Python versions

jeremystretch hace 4 años
padre
commit
b9f6a5625f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/ISSUE_TEMPLATE/bug_report.yaml

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

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