CornellNLP / ConvoKit

ConvoKit is a toolkit for extracting conversational features and analyzing social phenomena in conversations. It includes several large conversational datasets along with scripts exemplifying the use of the toolkit on these datasets.
https://convokit.cornell.edu/documentation/
MIT License
556 stars 129 forks source link

Towards Newer Version of Python #235

Closed seanzhangkx8 closed 4 weeks ago

seanzhangkx8 commented 1 month ago

Description

Updated setup.py and .github to support newer versions of python. Now CI will run against build on 3.11, 3.12, and 3.7, 3.8 are removed.

Motivation and Context

python 3.8 reaching EOL 10/7/2024, dependency packages (such as spacy) stop supporting python <3.9.