Skip to content

Commit 09b6260

Browse files
authored
Update python-app.yaml
Run tests on multiple python versions.
1 parent 22969e6 commit 09b6260

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-app.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ env:
1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest
15+
strategy:
16+
matrix:
17+
python-version: ["3.9", "3.10", "3.11"]
1518
steps:
1619
- uses: actions/checkout@v3
1720
- name: provision-with-micromamba

0 commit comments

Comments
 (0)