Drop Python 3.13 from tests and reformat code

This commit is contained in:
yangdx
2025-12-19 18:15:12 +08:00
parent 27863a6019
commit 73c3c4135c
2 changed files with 4 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
python-version: ['3.12', '3.13', '3.14']
python-version: ['3.12', '3.14']
steps:
- uses: actions/checkout@v6