Skip to content

Commit 1c357e6

Browse files
committed
Remove python 3.8 support
1 parent 6e221a8 commit 1c357e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: true
4242
matrix:
4343
os: [ "ubuntu-latest", "macos-latest" ]
44-
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
44+
python-version: [ "3.9", "3.10", "3.11" ]
4545
defaults:
4646
run:
4747
shell: bash

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exclude = ["tests", "static", "examples", "docs"]
88

99

1010
[tool.poetry.dependencies]
11-
python = ">=3.8"
11+
python = ">=3.9"
1212
wrapt = "^1.16.0"
1313
Flask = "^2.3.2"
1414
Flask-Migrate = "^2.6.0"

0 commit comments

Comments
 (0)