Skip to content

Commit 10afb28

Browse files
committed
TEST ONLY: Try Python 3.10 in the CI
1 parent 7b7bfa2 commit 10afb28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
strategy:
207207
matrix:
208208
platform: [amd64, arm64]
209-
python_version: ['3.8', '3.11']
209+
python_version: ['3.8', '3.10']
210210
fail-fast: false
211211
uses: ./.github/workflows/python_wheels.yml
212212
secrets:

0 commit comments

Comments
 (0)