Skip to content

Commit 9399bb4

Browse files
committed
bump CI to use python 3.12
1 parent 2790e72 commit 9399bb4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
# Note: we temporarily pin to macos-12 to avoid compatibility issues
33-
# between AT22+ and macos-13+ runners
3432
os: ["ubuntu-latest", "macos-latest"]
35-
python-version: ["3.10"]
33+
python-version: ["3.12"]
3634

3735
steps:
3836
- uses: actions/checkout@v2.4.0

0 commit comments

Comments
 (0)