From 67150fef372111e6e3aa5c70856ea000916b3b59 Mon Sep 17 00:00:00 2001 From: taras Date: Fri, 13 Sep 2024 01:24:24 +0200 Subject: [PATCH] Run tests on 3.13 --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 4433c4c..bc1ff40 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -37,7 +37,7 @@ jobs: build: strategy: matrix: - pyver: ['3.8', '3.9', '3.10', '3.11', '3.12'] + pyver: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] os: [ubuntu, macos, windows] fail-fast: false