Skip to content

Commit dfd6174

Browse files
committed
bump: Update conda package description and python support version
1 parent 9618459 commit dfd6174

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

conda/conda_build_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
python:
2-
- 3.7
32
- 3.8
43
- 3.9
54
- 3.10
65
- 3.11
6+
- 3.12

conda/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ build:
1515

1616
requirements:
1717
host:
18-
- python >=3.7
18+
- python >=3.8
1919
- hatchling
2020
- pip
2121
run:
22-
- python >=3.7
22+
- python >=3.8
2323

2424
test:
2525
imports:
@@ -33,7 +33,7 @@ about:
3333
license: MIT
3434
license_family: MIT
3535
license_file: LICENSE
36-
summary: Tree Implementation and Methods for Python, integrated with Python list, dictionary, and pandas DataFrame.
36+
summary: Tree Implementation and Methods for Python, integrated with list, dictionary, pandas and polars DataFrame.
3737
doc_url: https://bigtree.readthedocs.io/en/latest/
3838

3939
extra:

0 commit comments

Comments
 (0)