added additional python versions for gitea actions
Some checks failed
Django Backend Validation / build (3.12) (push) Waiting to run
Django Backend Validation / build (3.1) (push) Failing after 9s
Django Backend Validation / build (3.11) (push) Has been cancelled

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

View File

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