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

View File

@@ -35,6 +35,8 @@ setup(
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries :: Python Modules",