Skip to content

Commit 29086cf

Browse files
authored
Update test-conda-forge-install.yml
1 parent 21a2bba commit 29086cf

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/test-conda-forge-install.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest]
17-
python-version: [3.7, 3.8, 3.9]
17+
python-version: [3.10, 3.11, 3.12]
1818
include:
19-
- python-version: 3.7
20-
python-version-nd: 37
21-
- python-version: 3.8
22-
python-version-nd: 38
23-
- python-version: 3.9
24-
python-version-nd: 39
25-
19+
- python-version: 3.10
20+
python-version-nd: 310
21+
- python-version: 3.11
22+
python-version-nd: 311
23+
- python-version: 3.12
24+
python-version-nd: 312
25+
2626
steps:
2727
- uses: actions/checkout@v2
2828
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)