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' 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 ----------