changed python version to 3.9
Some checks failed
Docker Compose Linter / Docker Compose Linter (3.9) (push) Failing after 3s

This commit is contained in:
Seaswimmer 2023-10-21 12:05:39 -04:00
parent 4a05d18462
commit 4816dd8929
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

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