Commit 82d9806
authored
chore: use python>=3.10 in conda env, fix map plot example (#2501)
Fix a problem in example notebook CI. The delete parameter to TemporaryDirectory was added in Python 3.12, but we still want to support >=3.10. Also the environment.yml still had a lower bound of 3.9, bump it.1 parent 4d1c9d2 commit 82d9806
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments