From 57603ff61828e4cefaf3f55917523401b5c499df Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 25 Oct 2024 12:21:53 -0700 Subject: [PATCH 1/3] Update python-package.yml Adding 3.13 to the support matrix --- .github/workflows/python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index df0ff75..9aacf94 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - 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"] steps: - uses: actions/checkout@v2.5.0 From d3e8349d819ddcdc3794634abb918ee043ab067e Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 25 Oct 2024 12:22:21 -0700 Subject: [PATCH 2/3] Update pyproject.toml Adding Python 3.13 to classifiers --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 22aa245..0fa6840 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,8 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12" + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13" ] dependencies = [ "lxml ~= 4.9.2" From 38eddccf8527771a6e1c52cdc1dd8dacee9bbf31 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 25 Oct 2024 12:26:02 -0700 Subject: [PATCH 3/3] Update pyproject.toml Update lxml dependency to ~= 5.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0fa6840..500d65e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Programming Language :: Python :: 3.13" ] dependencies = [ - "lxml ~= 4.9.2" + "lxml ~= 5.3.0" ] keywords = [ 'waveform',