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 2
2
3
3
[ ![ Build Status] ( https://github.com/Shopify/shopify_python_api/workflows/CI/badge.svg )] ( https://github.com/Shopify/shopify_python_api/actions )
4
4
[ ![ 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 )
5
6
[ ![ codecov] ( https://codecov.io/gh/Shopify/shopify_python_api/branch/main/graph/badge.svg?token=pNTx0TARUx )] ( https://codecov.io/gh/Shopify/shopify_python_api )
6
7
[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://github.com/Shopify/shopify_python_api/blob/main/LICENSE )
7
8
[ ![ 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 24
24
install_requires = [
25
25
"pyactiveresource>=2.2.2" ,
26
26
"PyJWT >= 2.0.0" ,
27
- "PyYAML" ,
27
+ "PyYAML>=6.0.1; python_version>='3.12'" ,
28
+ "PyYAML; python_version<'3.12'" ,
28
29
"six" ,
29
30
],
30
31
test_suite = "test" ,
44
45
"Programming Language :: Python :: 3.9" ,
45
46
"Programming Language :: Python :: 3.10" ,
46
47
"Programming Language :: Python :: 3.11" ,
48
+ "Programming Language :: Python :: 3.12" ,
47
49
"Topic :: Software Development" ,
48
50
"Topic :: Software Development :: Libraries" ,
49
51
"Topic :: Software Development :: Libraries :: Python Modules" ,
You can’t perform that action at this time.
0 commit comments