fix(pylint): only test with compatible versions

This commit is contained in:
Seaswimmer 2023-10-07 20:32:51 -04:00
parent 8e93307c9c
commit 90c193e127
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.12", "3.11"]
python-version: ["3.11"]
container: catthehacker/ubuntu:act-latest
steps:
- name: Checkout