File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 6
6
name : Python ${{ matrix.version }}
7
7
strategy :
8
8
matrix :
9
- version : [2.7, 3.6, 3.8, 3.9 ]
9
+ version : [3.6, 3.10.0 ]
10
10
11
11
steps :
12
12
- name : Checkout
Original file line number Diff line number Diff line change 1
1
== Unreleased
2
2
3
+ - Drop Python 2 support ([#549](https://github.com/Shopify/shopify_python_api/pull/549))
4
+
3
5
== Version 8.4.2
4
6
- Update API version with 2021-07 release, remove API version 2020-01 ([#521](https://github.com/Shopify/shopify_python_api/pull/521))
5
7
Original file line number Diff line number Diff line change 23
23
license = "MIT License" ,
24
24
install_requires = [
25
25
"pyactiveresource>=2.2.2" ,
26
- "PyJWT <= 1.7.1; python_version == '2.7'" ,
27
- "PyJWT >= 2.0.0; python_version >= '3.6'" ,
26
+ "PyJWT >= 2.0.0" ,
28
27
"PyYAML" ,
29
28
"six" ,
30
29
],
39
38
"License :: OSI Approved :: MIT License" ,
40
39
"Operating System :: OS Independent" ,
41
40
"Programming Language :: Python" ,
42
- "Programming Language :: Python :: 2" ,
43
- "Programming Language :: Python :: 2.7" ,
44
41
"Programming Language :: Python :: 3" ,
45
42
"Programming Language :: Python :: 3.4" ,
46
43
"Programming Language :: Python :: 3.5" ,
You can’t perform that action at this time.
0 commit comments