File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 22
33[ ![ Build Status] ( https://github.com/Shopify/shopify_python_api/workflows/CI/badge.svg )] ( https://github.com/Shopify/shopify_python_api/actions )
44[ ![ PyPI version] ( https://badge.fury.io/py/ShopifyAPI.svg )] ( https://badge.fury.io/py/ShopifyAPI )
5+ ![ Supported Python Versions] ( https://img.shields.io/badge/python-3.7%20|%203.8%20|%203.9%20|%203.10%20|%203.11%20|%203.12-brightgreen )
56[ ![ codecov] ( https://codecov.io/gh/Shopify/shopify_python_api/branch/main/graph/badge.svg?token=pNTx0TARUx )] ( https://codecov.io/gh/Shopify/shopify_python_api )
67[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://github.com/Shopify/shopify_python_api/blob/main/LICENSE )
78[ ![ pre-commit] ( https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white )] ( https://github.com/pre-commit/pre-commit )
Original file line number Diff line number Diff line change 2424 install_requires = [
2525 "pyactiveresource>=2.2.2" ,
2626 "PyJWT >= 2.0.0" ,
27- "PyYAML" ,
27+ "PyYAML>=6.0.1; python_version>='3.12'" ,
28+ "PyYAML; python_version<'3.12'" ,
2829 "six" ,
2930 ],
3031 test_suite = "test" ,
4445 "Programming Language :: Python :: 3.9" ,
4546 "Programming Language :: Python :: 3.10" ,
4647 "Programming Language :: Python :: 3.11" ,
48+ "Programming Language :: Python :: 3.12" ,
4749 "Topic :: Software Development" ,
4850 "Topic :: Software Development :: Libraries" ,
4951 "Topic :: Software Development :: Libraries :: Python Modules" ,
You can’t perform that action at this time.
0 commit comments