misc(pylint): use python 3.11 instead of 3.10

This commit is contained in:
Seaswimmer 2023-12-18 18:59:41 -05:00
parent 5177cdec84
commit 082323f17c
Signed by untrusted user: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

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