chore: remove redundant py310 from tests (#2316)

This commit is contained in:
NanoCode012
2025-02-08 09:34:16 +07:00
committed by GitHub
parent e48e2df4dd
commit fd8cb32547
8 changed files with 10 additions and 30 deletions

View File

@@ -19,6 +19,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"
cache: 'pip' # caching pip dependencies
- uses: pre-commit/action@v3.0.1