Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #17 from intuitem/Update-python-version-workflow
Browse files Browse the repository at this point in the history
Add python 3.10 to github actions workflow
  • Loading branch information
ab-smith authored Oct 17, 2023
2 parents 31a144c + 03a5007 commit b778518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-mira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ["3.11"]
python-version: ["3.10","3.11"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b778518

Please sign in to comment.