From c58f4eeb4ffd3952174a2e599086da536d7cdf92 Mon Sep 17 00:00:00 2001 From: Aki Ariga Date: Mon, 3 Nov 2025 07:56:35 -0800 Subject: [PATCH 1/2] Fix Read The Docs build settings --- .python-version | 10 +++++----- .readthedocs.yml | 16 ++++++++++------ README.rst | 1 - 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/.python-version b/.python-version index 7afb1ed..c3ed365 100644 --- a/.python-version +++ b/.python-version @@ -1,5 +1,5 @@ -3.8.1 -3.7.6 -3.6.10 -3.5.9 -pypy2.7-7.1.0 +3.14.0 +3.13.9 +3.12.12 +3.11.14 +3.10.19 diff --git a/.readthedocs.yml b/.readthedocs.yml index 6183cef..71dbb8a 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,6 +4,11 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py @@ -12,9 +17,8 @@ sphinx: formats: all python: - version: 3.7 - install: - - method: pip - path: . - extra_requirements: - - docs + install: + - method: pip + path: . + extra_requirements: + - docs diff --git a/README.rst b/README.rst index 2259f14..0e4fd38 100644 --- a/README.rst +++ b/README.rst @@ -27,7 +27,6 @@ Requirements * Python 3.10+ -* PyPy Install ------- From faa1bf31e9947c78d7268f05790627ddf4f7423f Mon Sep 17 00:00:00 2001 From: Aki Ariga Date: Mon, 3 Nov 2025 12:41:10 -0800 Subject: [PATCH 2/2] Actually, we support PyPy --- README.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 0e4fd38..c5a0777 100644 --- a/README.rst +++ b/README.rst @@ -8,11 +8,6 @@ Treasure Data API library for Python :alt: Build Status on GitHub Actions -.. image:: https://ci.appveyor.com/api/projects/status/eol91l1ag50xee9m/branch/master?svg=true - :target: https://ci.appveyor.com/project/treasure-data/td-client-python/branch/master - :alt: Build status - - .. image:: https://badge.fury.io/py/td-client.svg :target: http://badge.fury.io/py/td-client :alt: PyPI version @@ -27,6 +22,7 @@ Requirements * Python 3.10+ +* PyPy Install -------