Skip to content

Commit

Permalink
fix issue template Python versions (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Mar 21, 2024
1 parent fbd7fbc commit fa6edd5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@ body:
attributes:
label: Python Version
options:
- 3.8
- 3.9
- 3.10
- 3.11
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
validations:
required: true
- type: textarea
Expand Down

0 comments on commit fa6edd5

Please sign in to comment.