Add optional Python version (#2743)

This commit is contained in:
Adrià Arrufat 2023-03-15 09:05:18 +09:00 committed by GitHub
parent 93aea6ea9b
commit f89b0388d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,14 @@ body:
placeholder: "19.24"
validations:
required: true
- type: input
id: python
attributes:
label: Python version
description: "The version of Python you are using"
placeholder: "3.8"
validations:
required: false
- type: input
id: compiler
attributes: