Skip to content

Commit 34bfb98

Browse files
committed
MAINT: bump minimum Python version to 3.9
1 parent 81aa4bf commit 34bfb98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

condarecipe/larray/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ build:
1616

1717
requirements:
1818
host:
19-
- python >=3.7
19+
- python >=3.9
2020
- pip
2121

2222
run:
23-
- python >=3.7
23+
- python >=3.9
2424
- numpy >=1.22
2525
- pandas >=0.20
2626

0 commit comments

Comments
 (0)