Commit de4bc5a3 authored by myhloli's avatar myhloli
Browse files

ci: update issue template options for Python version and dependency version

- Add "3.13" option for Python version
- Remove "3.9" option for Python version
- Update dependency version options:
  - Remove "0.8.x", "0.9.x", "0.10.x"
  - Add "1.1.x", "1.2.x", "1.3.x"
parent 9b5d2796
...@@ -64,10 +64,10 @@ body: ...@@ -64,10 +64,10 @@ body:
# Need quotes around `3.10` otherwise it is treated as a number and shows as `3.1`. # Need quotes around `3.10` otherwise it is treated as a number and shows as `3.1`.
options: options:
- -
- "3.13"
- "3.12" - "3.12"
- "3.11" - "3.11"
- "3.10" - "3.10"
- "3.9"
validations: validations:
required: true required: true
...@@ -78,10 +78,10 @@ body: ...@@ -78,10 +78,10 @@ body:
#multiple: false #multiple: false
options: options:
- -
- "0.8.x"
- "0.9.x"
- "0.10.x"
- "1.0.x" - "1.0.x"
- "1.1.x"
- "1.2.x"
- "1.3.x"
validations: validations:
required: true required: true
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment