From b3f8d5237e3f7259e9784aebd4c8a011f5ce04e7 Mon Sep 17 00:00:00 2001 From: karmacoma Date: Tue, 3 Dec 2024 14:03:35 -0800 Subject: [PATCH] ci: add python 3.13 to test.yml (#421) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 05114503..729514e4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: fail-fast: false matrix: os: ["macos-latest", "ubuntu-latest", "windows-latest"] - python-version: ["3.11", "3.12"] + python-version: ["3.11", "3.12", "3.13"] storage-layout: ["solidity", "generic"] cache-solver: ["", "--cache-solver"]