From 3fabffd9aa3fa4c17bfa73f37e75f4caa4224e01 Mon Sep 17 00:00:00 2001 From: karmacoma Date: Tue, 3 Dec 2024 09:55:44 -0800 Subject: [PATCH] ci: add python 3.13 to test.yml --- .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"]