Skip to content

Commit 31e878c

Browse files
committed
Run conda-package workflow on 3.11 and 3.12 as well
1 parent 91ab5ba commit 31e878c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
python: ["3.9", "3.10"]
22+
python: ["3.9", "3.10", "3.11", "3.12"]
2323
steps:
2424
- uses: actions/checkout@v4
2525
with:

0 commit comments

Comments
 (0)