fix(pylint): lint with supported versions only
Some checks failed
Pylint / Pylint (3.12) (push) Failing after 36s
Pylint / Pylint (3.11) (push) Successful in 54s

This commit is contained in:
Seaswimmer 2023-10-07 19:56:11 -04:00
parent 75f14c794a
commit 7b1071d49a
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -6,7 +6,7 @@ jobs:
runs-on: docker
strategy:
matrix:
python-version: ["3.11", "3.10", "3.9"]
python-version: ["3.12", "3.11"]
container: catthehacker/ubuntu:act-latest
steps:
- name: Checkout