Add latest version of python in ci

This commit is contained in:
yakhyo
2025-03-13 23:34:36 +09:00
parent 56ac8af432
commit e54607292f
2 changed files with 3 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- name: Checkout code