Skip to content

Commit

Permalink
CI: Add py310 to integration test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
VeckoTheGecko committed Nov 25, 2024
1 parent 641fbce commit db96591
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
matrix:
os: [macos, ubuntu, windows]
python-version: ["3.12"]
include:
- os: ubuntu
python-version: "3.10"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit db96591

Please sign in to comment.