fix(pylint): only test with compatible versions
This commit is contained in:
parent
8e93307c9c
commit
90c193e127
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue