Skip to content

Commit db96591

Browse files
committed
CI: Add py310 to integration test matrix
1 parent 641fbce commit db96591

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ jobs:
6363
matrix:
6464
os: [macos, ubuntu, windows]
6565
python-version: ["3.12"]
66+
include:
67+
- os: ubuntu
68+
python-version: "3.10"
6669
steps:
6770
- name: Checkout
6871
uses: actions/checkout@v4

0 commit comments

Comments
 (0)