Skip to content

Commit a93b69f

Browse files
authored
Test more Python versions in CI (#106)
* Tweak android CI * Test more python versions * Add additional OSes to the CI matrix
1 parent 716faed commit a93b69f

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/android.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
---
1+
name: Android Notes
22

33
on:
44
pull_request:
55
paths:
66
- 'android_beta/*.yml'
77
- 'android_release/*.yml'
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
render_notes:
1114
name: Render notes

.github/workflows/ci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
include:
19-
- python: "3.13"
20-
os: ubuntu-latest
21-
- python: "3.13"
22-
os: macos-latest
23-
- python: "3.13"
24-
os: windows-latest
19+
- { python: "3.9", os: ubuntu-22.04 }
20+
- { python: "3.10", os: windows-2022 }
21+
- { python: "3.11", os: macos-latest }
22+
- { python: "3.12", os: windows-latest }
23+
- { python: "3.13", os: ubuntu-latest }
2524

2625
steps:
2726
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0

0 commit comments

Comments
 (0)