1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/django-for-runners_ynh.git synced 2024-09-03 18:26:16 +02:00

Update github CI python versions

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

View file

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