From 2fb12e7869ac9ccc2bc4f6c341eed252ed04ae9e Mon Sep 17 00:00:00 2001 From: Clayton Smith Date: Thu, 9 Oct 2025 10:25:48 -0400 Subject: [PATCH] Add Python 3.14 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 6836741..e42e50c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] steps: - name: Install dependencies run: sudo apt-get install -y gcc-avr avr-libc simulavr