From 646e39f80be6154a5234bb8405cfe65851b1be4b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Markus=20K=C3=B6tter?= <koetter@cispa.de>
Date: Thu, 3 Oct 2024 12:06:39 +0200
Subject: [PATCH] pyproject/ci - add Python 3.13

---
 .github/workflows/codecov.yml | 2 +-
 pyproject.toml                | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml
index 0862c79a..fdcca8c0 100644
--- a/.github/workflows/codecov.yml
+++ b/.github/workflows/codecov.yml
@@ -7,7 +7,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest]
-        python: ["3.9","3.10","3.11", "3.12"]
+        python: ["3.9","3.10","3.11", "3.12", "3.13"]
     env:
       OS: ${{ matrix.os }}
       PYTHON: ${{ matrix.python }}
diff --git a/pyproject.toml b/pyproject.toml
index 6dc0fd15..78213073 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -39,6 +39,7 @@ classifiers = [
     "Programming Language :: Python :: 3.10",
     "Programming Language :: Python :: 3.11",
     "Programming Language :: Python :: 3.12",
+    "Programming Language :: Python :: 3.13",
 ]
 dynamic = ['version']