Update install.yml

This commit is contained in:
Andrei 2023-12-20 02:39:25 +03:00
parent db17696288
commit 2af55c2c53
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3