From 8a1b9137d74d5e3bc0db89c02826dc75bb585f58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=A6=84=20Brie=20Carranza?= Date: Sun, 26 Jan 2025 16:25:21 -0500 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=A7=BC=20Drop=20Python=203.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/github-actions.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index e4d6b7d..7dae0a5 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -14,18 +14,6 @@ jobs: toxpython: 'python3.11' tox_env: 'docs' os: 'ubuntu-latest' - - name: 'py38-cover (ubuntu)' - python: '3.8' - toxpython: 'python3.8' - python_arch: 'x64' - tox_env: 'py38-cover' - os: 'ubuntu-latest' - - name: 'py38-nocov (ubuntu)' - python: '3.8' - toxpython: 'python3.8' - python_arch: 'x64' - tox_env: 'py38-nocov' - os: 'ubuntu-latest' - name: 'py39-cover (ubuntu)' python: '3.9' toxpython: 'python3.9' @@ -74,18 +62,6 @@ jobs: python_arch: 'x64' tox_env: 'py312-nocov' os: 'ubuntu-latest' - - name: 'pypy38-cover (ubuntu)' - python: 'pypy-3.8' - toxpython: 'pypy3.8' - python_arch: 'x64' - tox_env: 'pypy38-cover' - os: 'ubuntu-latest' - - name: 'pypy38-nocov (ubuntu)' - python: 'pypy-3.8' - toxpython: 'pypy3.8' - python_arch: 'x64' - tox_env: 'pypy38-nocov' - os: 'ubuntu-latest' - name: 'pypy39-cover (ubuntu)' python: 'pypy-3.9' toxpython: 'pypy3.9' From 71c165730fbde36d9799bc4f5c877494c6933f2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=A6=84=20Brie=20Carranza?= Date: Sun, 26 Jan 2025 17:55:47 -0500 Subject: [PATCH 2/2] =?UTF-8?q?=E2=9E=96=20Drop=20references=20to=20browsi?= =?UTF-8?q?ng=20with=20Sourcegraph?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The repo is no longer indexed -- see efritz/blog#48 --- docs/reference/index.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/reference/index.rst b/docs/reference/index.rst index c9bec91..d52f0c3 100644 --- a/docs/reference/index.rst +++ b/docs/reference/index.rst @@ -6,10 +6,6 @@ pastebin_bisque* -🔎 Browsing the Code --------------------- - -Explore the `pastebin-bisque` source code `with Sourcegraph `_. You may wish to start with `cli.py `_. 🤗 Modules ----------