From d0e5a1130cc11ff9e2c8fbf83d81c73269556875 Mon Sep 17 00:00:00 2001 From: Daniele Nicolodi Date: Sat, 19 Oct 2024 15:54:20 +0200 Subject: [PATCH] ci: Run tests on Python 3.13 too --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9e7ac80..aaa63a4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,6 +14,7 @@ jobs: - '3.10' - '3.11' - '3.12' + - '3.13' beancount: - '~= 2.3.6' - '@ git+https://github.com/beancount/beancount.git'