Update lint.yml

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

View File

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