From be33482ed5c63b50145264e2ee1aacc4ab020c9e Mon Sep 17 00:00:00 2001 From: mathusanm6 Date: Fri, 29 Aug 2025 18:39:50 +0200 Subject: [PATCH] fix: support only python 3.10 --- .../workflows/{code-health-py.yml => code-health-python.yml} | 2 +- .github/workflows/{linter-py.yml => linter-python.yml} | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{code-health-py.yml => code-health-python.yml} (93%) rename .github/workflows/{linter-py.yml => linter-python.yml} (95%) diff --git a/.github/workflows/code-health-py.yml b/.github/workflows/code-health-python.yml similarity index 93% rename from .github/workflows/code-health-py.yml rename to .github/workflows/code-health-python.yml index 4bb5a1b..98c8e09 100644 --- a/.github/workflows/code-health-py.yml +++ b/.github/workflows/code-health-python.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.10"] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/linter-py.yml b/.github/workflows/linter-python.yml similarity index 95% rename from .github/workflows/linter-py.yml rename to .github/workflows/linter-python.yml index ecddd9b..528f4e5 100644 --- a/.github/workflows/linter-py.yml +++ b/.github/workflows/linter-python.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.10"] steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index 133757d..1578f74 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ ### 🔬 Code Health & Testing [![C++ Tests](https://img.shields.io/github/actions/workflow/status/mathusanm6/LeetCode/code-health-cpp.yml?branch=main&label=C%2B%2B%20Tests&logo=cplusplus&logoColor=white&style=for-the-badge)](https://github.com/mathusanm6/LeetCode/actions/workflows/code-health-cpp.yml) -[![Python Tests](https://img.shields.io/github/actions/workflow/status/mathusanm6/LeetCode/code-health-py.yml?branch=main&label=Python%20Tests&logo=python&logoColor=white&style=for-the-badge)](https://github.com/mathusanm6/LeetCode/actions/workflows/code-health-py.yml) +[![Python Tests](https://img.shields.io/github/actions/workflow/status/mathusanm6/LeetCode/code-health-python.yml?branch=main&label=Python%20Tests&logo=python&logoColor=white&style=for-the-badge)](https://github.com/mathusanm6/LeetCode/actions/workflows/code-health-python.yml) ### 🔍 Code Quality & Linting [![C++ Linter](https://img.shields.io/github/actions/workflow/status/mathusanm6/LeetCode/linter-cpp.yml?branch=main&label=C%2B%2B%20Linter&logo=cplusplus&logoColor=white&style=for-the-badge&color=blue)](https://github.com/mathusanm6/LeetCode/actions/workflows/linter-cpp.yml) -[![Python Linter](https://img.shields.io/github/actions/workflow/status/mathusanm6/LeetCode/linter-py.yml?branch=main&label=Python%20Linter&logo=python&logoColor=white&style=for-the-badge&color=blue)](https://github.com/mathusanm6/LeetCode/actions/workflows/linter-py.yml) +[![Python Linter](https://img.shields.io/github/actions/workflow/status/mathusanm6/LeetCode/linter-python.yml?branch=main&label=Python%20Linter&logo=python&logoColor=white&style=for-the-badge&color=blue)](https://github.com/mathusanm6/LeetCode/actions/workflows/linter-python.yml) ### 📊 Repository Stats