Skip to content

Commit bfe11a3

Browse files
committed
Bump min python version to 3.9
1 parent 0c1607a commit bfe11a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.8", "3.12"]
16+
python-version: ["3.9", "3.12"]
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
runs-on: ${{ matrix.os }}
1919
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ accept = "pytest_accept"
2424

2525
[tool.poetry.dependencies]
2626
pytest = ">=7"
27-
python = ">=3.8, <4"
27+
python = ">=3.9, <4"
2828

2929
[tool.poetry.group.dev.dependencies]
3030
astor = "^0.8.1"

0 commit comments

Comments
 (0)