1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/django-for-runners_ynh.git synced 2025-09-18 21:48:36 +02:00

Update github CI python versions

This commit is contained in:
Jens Diemer 2023-04-03 08:59:46 +02:00
commit 21371f5060

View file

@ -14,7 +14,7 @@ jobs:
strategy: strategy:
max-parallel: 2 max-parallel: 2
matrix: matrix:
python-version: ["3.10", "3.9", "3.8", "3.7"] python-version: ["3.11", "3.10", "3.9"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with: