Parcourir la source

Update supported Python versions

jeremystretch il y a 4 ans
Parent
commit
b9f6a5625f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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