SatelCreative / spylib

A library to facilitate interfacing with Shopify's API
https://satelcreative.github.io/spylib
MIT License
3 stars 2 forks source link

💥 Remove support for python version 3.8, add 3.12 #208

Closed hillairet closed 9 months ago

hillairet commented 9 months ago

In preparation of switching to pydantic version 2, we need to remove the support for python 3.8. Pydantic 2 uses quite a lot Annotated in particular which was introduced in python 3.9 so it's just easier to drop 3.8.

I took this opportunity to add 3.12.

hillairet commented 9 months ago

@lishanl PING