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

@@ -49,7 +49,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"
- name: Install Modal
run: |
python -m pip install --upgrade pip