break: drop Python 3.8 (#2686)

This commit is contained in:
Matthieu Darbois
2026-05-10 21:19:36 -04:00
committed by GitHub
parent cbef1e8b89
commit 8bdb703302
30 changed files with 115 additions and 420 deletions
-2
View File
@@ -475,7 +475,6 @@ def build_wheel(state: BuildState) -> Path:
project=".",
package=state.options.package_dir,
),
py38=False,
),
env=state.android_env,
)
@@ -497,7 +496,6 @@ def build_wheel(state: BuildState) -> Path:
project=".",
package=state.options.package_dir,
),
py38=False,
),
env=state.android_env,
)