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,7 +19,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.11'
- name: install dependencies
run: |
python3 -m pip install jupyter