Skip to content

Commit

Permalink
Restore Android 3.11/3.12 exclusion.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Aug 16, 2024
1 parent 51a11be commit ec0215e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ jobs:
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
exclude:
# Cryptography isn't available for 3.11+ on Android yet
- backend: android
python-version: "3.11"
- backend: android
python-version: "3.12"
# Binary packages aren't available for 3.13 on Android yet
- backend: android
python-version: "3.13-dev"
Expand Down

0 comments on commit ec0215e

Please sign in to comment.