From 6c19ce79c3c8b5a812d0bacc3f3f0f2b88c86cbb Mon Sep 17 00:00:00 2001
From: Luis Blanco <luisblanco1337@gmail.com>
Date: Mon, 9 Oct 2023 22:36:38 +0400
Subject: [PATCH] Fix python version 2

---
 .github/workflows/cpplint.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/cpplint.yml b/.github/workflows/cpplint.yml
index d22055d..286d0cc 100644
--- a/.github/workflows/cpplint.yml
+++ b/.github/workflows/cpplint.yml
@@ -34,6 +34,8 @@ jobs:
 
       - name: Install Python
         uses: actions/setup-python@v4
+        with:
+          python-version: '3.12'
 
       - name: Install Cpplint
         run: pip install cpplint