From 291ac54cb87295e90fa491c732e63877bf482fbb Mon Sep 17 00:00:00 2001 From: "Martin K. Scherer" Date: Wed, 16 Oct 2024 08:24:32 +0000 Subject: [PATCH] added python 3.12 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 cfe1587..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'] + py: ['3.9', '3.10', '3.11', '3.12'] weldx_version: ['weldx'] include: - os: ubuntu-latest