SiftScience / sift-python

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

Updating setup.py to work with python 3.12 #103

Closed camerongraybill closed 8 months ago

camerongraybill commented 1 year ago

Purpose

Fix #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