From d00b99c3455e317581e9840c2578349563c3bd14 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Thu, 10 Oct 2024 00:54:09 +0200 Subject: [PATCH] Update Python versions to include 3.13 --- .github/workflows/tests.yaml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 789b629..7234b0a 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ["3.11", "3.12"] + python: ["3.11", "3.12", "3.13"] steps: - name: ⤵️ Check out code from GitHub uses: actions/checkout@v4.2.1 diff --git a/pyproject.toml b/pyproject.toml index d7102c5..b41bcf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ classifiers = [ "Natural Language :: English", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules", ]