Skip to content

Commit b8b9b40

Browse files
committed
chore: Requires Python 3.8 as min version
1 parent 9c355ca commit b8b9b40

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
19+
python-version: ["3.8", "3.9", "3.10", "3.11"]
2020

2121
steps:
2222
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
name = "wc_client"
77
description = "A small client for WooCommerce."
88
readme = "README.md"
9-
requires-python = ">=3.7"
9+
requires-python = ">=3.8"
1010
license = "MIT"
1111
authors = [
1212
{ name = "Miguel Figueira Ferraz", email = "miguelfigueiraferraz@gmail.com" },

0 commit comments

Comments
 (0)