diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 0f1c5b3..200d286 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -143,7 +143,7 @@ jobs:
           [[ '${{ matrix.arch }}' =~ ^(i386|x86_64)$ ]] ||
             PLUGINS=$(sed -Ee 's/appimage@[^ ]+//g' <<< "${PLUGINS}")
           [[ '${{ matrix.arch }}' == 'x86_64' ]] ||
-            PLUGINS=$(sed -Ee 's/native_packages@[^ ]+//g' <<< "${PLUGINS}")
+            PLUGINS=$(sed -Ee 's/(native_packages|python)@[^ ]+//g' <<< "${PLUGINS}")
           tee -a "$GITHUB_ENV" <<< "PLUGINS=${PLUGINS}"
       - name: Install linuxdeploy, and all supported plugins
         uses: ./
diff --git a/.github/workflows/plugins.md b/.github/workflows/plugins.md
index 52391ba..123c5a1 100644
--- a/.github/workflows/plugins.md
+++ b/.github/workflows/plugins.md
@@ -19,7 +19,7 @@ Just a convenient list for CI development.
 | [grantlee5] | *all* (`.sh`) |
 | *Third-party Plugins* | |
 | [checkrt] | *all* (`.sh`) |
-| [python]  | *all* (`.sh`) |
+| [python]  | `x86_64` |
 
 [linuxdeploy]:     https://github.com/linuxdeploy/linuxdeploy
 [appimage]:        https://github.com/linuxdeploy/linuxdeploy-plugin-appimage