mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-09 20:00:01 +02:00
✔️ DroneCI: Build on Python 3.6 → 3.10
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d726396002
commit
edc24cd4db
1 changed files with 1 additions and 1 deletions
|
@ -16,9 +16,9 @@ local Pipeline(name, image) = {
|
|||
};
|
||||
|
||||
[
|
||||
Pipeline("python-3-5", "python:3.5"),
|
||||
Pipeline("python-3-6", "python:3.6"),
|
||||
Pipeline("python-3-7", "python:3.7"),
|
||||
Pipeline("python-3-8", "python:3.8"),
|
||||
Pipeline("python-3-9", "python:3.9"),
|
||||
Pipeline("python-3-10", "python:3.10"),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue