From 183289857a0acfb6d868fb2c11c90cdadb7180b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20H=C3=BCgel?= Date: Thu, 16 May 2024 22:08:50 +0100 Subject: [PATCH 1/3] Ensure that we're using a Python 3.13-compatible version of Feedparser --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 553f89a..9e10a0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ dynamic = ["version", "readme"] description = "Python wrapper for the Zotero API" requires-python = ">=3.8" dependencies = [ - "feedparser >= 6", + "feedparser >= 6.0.11", "pytz", "requests >= 2.21.0", "bibtexparser" From 736bab18ec0d1bd70108a1fb174f2accf58bcba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20H=C3=BCgel?= Date: Thu, 16 May 2024 22:09:39 +0100 Subject: [PATCH 2/3] Add 3.12 metadata --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9e10a0f..c5bdf1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Science/Research", From 1db9437c5fcbcef07f1ed8b8aa89ba1afc590e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20H=C3=BCgel?= Date: Thu, 16 May 2024 22:12:00 +0100 Subject: [PATCH 3/3] Update to latest PyPI publish workflow --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9b875ff..7cab380 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -87,6 +87,6 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: PyPI Publish - uses: pypa/gh-action-pypi-publish@v1.8.10 + uses: pypa/gh-action-pypi-publish@v1.8.14 with: packages-dir: ${{ steps.download.outputs.download-path }}/**/