Skip to content

Commit 67f4d62

Browse files
committed
DEP: require Python 3.10 or newer
1 parent 824f67e commit 67f4d62

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v2
2020
with:
21-
python-version: '3.9'
21+
python-version: '3.10'
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip

.github/workflows/version_increment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: github.actor != 'dependabot[bot]'
2323
uses: actions/setup-python@v4
2424
with:
25-
python-version: '3.9'
25+
python-version: '3.10'
2626

2727
- name: Increment version
2828
if: github.actor != 'dependabot[bot]'

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This page focuses on **practical workflows** rather than listing every parameter
1212
Prerequisites
1313
-------------
1414

15-
- Python 3.8+
15+
- Python 3.10+
1616
- An SP-API application in Seller Central
1717
- A valid refresh token and IAM role / user configured according to Amazon's guide
1818

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"aws-caching": ["aws-secretsmanager-caching", "boto3"],
1616
"aws": ["boto3"]
1717
},
18+
python_requires='>=3.10',
1819
packages=find_packages(include=["sp_api*"]),
1920
scripts=['make_endpoint/make_endpoint'],
2021
url='https://github.com/saleweaver/python-amazon-sp-api',

0 commit comments

Comments
 (0)