use python version 3.10
Some checks failed
Docker Compose Linter / Docker Compose Linter (3.10) (push) Failing after 3s

This commit is contained in:
SeaswimmerTheFsh 2023-10-21 12:06:24 -04:00
parent 4816dd8929
commit b18a5c0789
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 5019678FD9CF50D8

View file

@ -5,7 +5,7 @@ jobs:
runs-on: docker
strategy:
matrix:
python-version: ["3.9"]
python-version: ["3.10"]
steps:
- name: Checkout Repository
uses: actions/checkout@v3