SiftScience / sift-python

Sift API (Python client)
MIT License
20 stars 23 forks source link

Updating setup.py to work with python 3.12 #106

Closed haneeshv closed 8 months ago

haneeshv commented 8 months ago

Purpose

Fix https://github.com/SiftScience/sift-python/issues/102

Summary

Followed the instructions at https://docs.python.org/3.12/whatsnew/3.12.html#imp

Testing

I was able to install the module in python 3.12 when checked out locally with my branch.

Checklist