Skip to content

Commit 30555f8

Browse files
committed
update advanced tutorial Python versions, too
1 parent e1d5a21 commit 30555f8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ jobs:
6060
strategy:
6161
matrix:
6262
CONDA_PY:
63-
- 3.7
64-
- 3.8
65-
- 3.9
63+
- "3.8"
64+
- "3.9"
65+
- "3.10"
66+
- "3.11"
6667

6768
steps:
6869
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)