Skip to content

Commit 73fb18b

Browse files
committed
Library incompatible with python 3.9
1 parent d6c08f1 commit 73fb18b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Python ${{ matrix.version }}
1111
strategy:
1212
matrix:
13-
version: [2.7, 3.6, 3.9]
13+
version: [2.7, 3.6, 3.8]
1414

1515
steps:
1616
- uses: actions/checkout@v2

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ The [Shopify Admin API](https://shopify.dev/docs/admin-api) Python Library
1010
### Requirements
1111
You should be signed up as a partner on the [Shopify Partners Dashboard](https://partners.shopify.com) so that you can create and manage shopify applications.
1212

13+
#### Python version
14+
This library requires Python 3.8 or lower.
15+
1316
### Installation
1417

1518
To easily install or upgrade to the latest release, use [pip](http://www.pip-installer.org/).

0 commit comments

Comments
 (0)