From e658ccce63ff3b809e672066dfceca335730669e Mon Sep 17 00:00:00 2001 From: Jan Luca van den Busch Date: Tue, 20 Aug 2024 05:18:00 +0000 Subject: [PATCH] removed python 3.13 from test matrix --- .github/workflows/python-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 98f7727..b5d98db 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + version: ["3.9", "3.10", "3.11", "3.12"] steps: - name: Checkout code