Fix python versions in ci.yml

This commit is contained in:
KnugiHK
2025-05-07 22:30:04 +08:00
parent 3e37bbb021
commit c346199d05

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, 3.10, 3.11, 3.12, 3.13]
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
steps:
- name: Checkout code