From 7c26b25ab43aeaaff73a173a3f10c5afef20f53c Mon Sep 17 00:00:00 2001 From: mscherer Date: Mon, 28 Oct 2024 16:52:19 +0100 Subject: [PATCH] add py313 to test matrix --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index d759c16..9181bb2 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - py: ['3.9', '3.10', '3.11', '3.12'] + py: ['3.9', '3.10', '3.11', '3.12', '3.13'] weldx_version: ['weldx'] include: - os: ubuntu-latest