removed unsuppoprted python version
All checks were successful
Django Backend Validation / build (debian-latest, 3.12) (push) Successful in 15s
Django Backend Validation / build (ubuntu-latest, 3.10) (push) Successful in 13s
Django Backend Validation / build (ubuntu-latest, 3.12) (push) Successful in 14s
Django Backend Validation / build (ubuntu-latest, 3.11) (push) Successful in 14s
Django Backend Validation / build (debian-latest, 3.10) (push) Successful in 12s
Django Backend Validation / build (debian-latest, 3.11) (push) Successful in 16s

Signed-off-by: Jochen Mehlich <coding@jochenmehlich.de>
This commit is contained in:
Jochen Mehlich 2024-08-28 14:30:03 +02:00
parent ab18fa6624
commit 6fdca30b98

View File

@ -7,7 +7,7 @@ jobs:
build: build:
strategy: strategy:
matrix: matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] python-version: ["3.10", "3.11", "3.12"]
os: [ubuntu-latest, debian-latest] os: [ubuntu-latest, debian-latest]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4