From 3e896ce967351adf6cbe3de719e881d1ab74658f Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Thu, 1 May 2025 09:25:57 +0200 Subject: [PATCH 1/2] CI: use Ubuntu 22.04 for Python 3.7 compatibility --- .github/workflows/python-versions.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/python-versions.yml b/.github/workflows/python-versions.yml index 7238492..7622545 100644 --- a/.github/workflows/python-versions.yml +++ b/.github/workflows/python-versions.yml @@ -6,12 +6,10 @@ jobs: matrix: python-version: - "3.7" - - "3.8" - - "3.9" - - "3.10" + - "3.13" - "pypy-3.7" - - "pypy-3.8" - runs-on: ubuntu-latest + - "pypy-3.11" + runs-on: ubuntu-22.04 steps: - name: Install PortAudio run: | From ce9aa94fcb4373d050c626fc1c013d53127da4f5 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Wed, 30 Apr 2025 21:18:22 +0200 Subject: [PATCH 2/2] RTD: add required sphinx.configuration --- .readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index eaa7010..f862743 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -11,4 +11,6 @@ python: - method: pip path: . - requirements: doc/requirements.txt +sphinx: + configuration: doc/conf.py formats: all