From 90f055ffbf55d6be8873abfa56259c860ecae616 Mon Sep 17 00:00:00 2001 From: mscherer Date: Mon, 28 Oct 2024 16:59:14 +0100 Subject: [PATCH] remove py313 --- .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 9181bb2..d759c16 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', '3.13'] + py: ['3.9', '3.10', '3.11', '3.12'] weldx_version: ['weldx'] include: - os: ubuntu-latest