added additional python versions for gitea actions
Some checks failed
Django Backend Validation / build (3.11) (push) Successful in 37s
Django Backend Validation / build (3.12) (push) Has been cancelled

Signed-off-by: Jochen Mehlich <coding@jochenmehlich.de>
This commit is contained in:
Jochen Mehlich 2024-08-28 13:45:02 +02:00
parent 8747a585fe
commit 72dd180cca

View File

@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.10, 3.11, 3.12]
python-version: [3.11, 3.12]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}