Skip to content

Commit ae61ddd

Browse files
Tweaked conda-package workflow
1 parent 2219e03 commit ae61ddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python: [3.8]
14+
python: [3.9]
1515
steps:
1616
- uses: actions/checkout@v2
1717
with:
@@ -59,7 +59,7 @@ jobs:
5959

6060
strategy:
6161
matrix:
62-
python: [3.8]
62+
python: [3.9]
6363
experimental: [false]
6464
runner: [ubuntu-latest]
6565
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)