Update django.yml - Add 3.10, change to 3.11 test

This commit is contained in:
Sirin Puenggun 2023-09-21 20:53:45 +07:00 committed by GitHub
parent fc784a2ce5
commit e53dc578cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.11.4]
python-version: [3.10, 3.11]
steps:
- uses: actions/checkout@v3