From 139a2e528ce697e5d1b7699499826836f9399d62 Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Thu, 2 Jan 2025 16:54:22 +0100 Subject: [PATCH] Add support for Python 3.13 --- .github/workflows/test.yml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e2cda13..7dd029f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, macOS-latest, windows-latest ] - python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ] + python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ] sox: [ sox, no-sox ] # sox binary present or not steps: diff --git a/pyproject.toml b/pyproject.toml index 7fff43a..76d7a17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ classifiers = [ 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.13', 'Topic :: Scientific/Engineering', 'Topic :: Multimedia :: Sound/Audio', ]