Merge branch 'main' into eynollah_light

This commit is contained in:
vahidrezanezhad 2023-05-09 00:46:58 +02:00 committed by GitHub
commit 1621532092
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 64 additions and 38 deletions

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8']
python-version: ['3.7'] # '3.8'
steps:
- uses: actions/checkout@v2