mirror of https://github.com/python/cpython
Update verison options in crash issue template (GH-125555)
This commit is contained in:
parent
fee8fe5858
commit
7453b8f15c
|
@ -27,12 +27,12 @@ body:
|
||||||
label: "CPython versions tested on:"
|
label: "CPython versions tested on:"
|
||||||
multiple: true
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- "3.8"
|
|
||||||
- "3.9"
|
- "3.9"
|
||||||
- "3.10"
|
- "3.10"
|
||||||
- "3.11"
|
- "3.11"
|
||||||
- "3.12"
|
- "3.12"
|
||||||
- "3.13"
|
- "3.13"
|
||||||
|
- "3.14"
|
||||||
- "CPython main branch"
|
- "CPython main branch"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Reference in New Issue