Skip to content

Commit 4cec6e4

Browse files
committed
Run conda-package workflow on 3.11 and 3.12 as well
1 parent f2b55b6 commit 4cec6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

+1-1
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)