From cda888af6834970de2fa1641aa69256f09fe0de6 Mon Sep 17 00:00:00 2001 From: Clayton Smith Date: Thu, 28 Nov 2024 09:54:39 -0500 Subject: [PATCH] Add Python 3.13 to CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44bc9cd..872da94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: - name: Install dependencies run: sudo apt-get install -y gcc-avr avr-libc simulavr