Skip to content

Commit aacd2a5

Browse files
Update CI workflow for Python 3.12 support
1 parent d06c8fd commit aacd2a5

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ on:
77
branches: [ "**" ]
88

99
jobs:
10-
CI:
11-
runs-on: [ubuntu-latest, macos-latest, windows-latest, ubuntu-24.04-arm]
10+
Tests:
11+
timeout-minutes: 360
12+
runs-on: ${{ matrix.os }}
1213
strategy:
1314
fail-fast: false
1415
matrix:
15-
python-version: ["3.10"]
16+
os: [ubuntu-latest, macos-latest, windows-latest, ubuntu-24.04-arm]
17+
python-version: ["3.12"]
1618

1719
steps:
1820
- name: Checkout

0 commit comments

Comments
 (0)