From a06ffa61665f89d1344ea592cdc2e874f00b57dd Mon Sep 17 00:00:00 2001 From: wookie184 Date: Tue, 8 Apr 2025 12:57:10 +0100 Subject: Update project to Python 3.13 --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 35e000a5..eb8ebd59 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -26,7 +26,7 @@ jobs: - name: Install Python Dependencies uses: HassanAbouelela/actions/setup-python@setup-python_v1.6.0 with: - python_version: "3.12" + python_version: "3.13" # Check all of our dev dependencies are compatible with the MIT license. # If you added a new dependencies that is being rejected, -- cgit v1.2.3