Skip to content

Commit 0c529b1

Browse files
committed
Don't support 3.6 anymore.
1 parent dc891ac commit 0c529b1

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
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
python-version: [3.6, 3.7, 3.8, 3.9]
10+
python-version: [3.7, 3.8, 3.9]
1111
os: [ubuntu-18.04, macos-latest, windows-latest]
1212
flask-version: ["1.0", 1.1, "2.0", latest]
1313
runs-on: ${{ matrix.os }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Jack Grahl <jack.grahl@gmail.com>"]
66
license = "MIT"
77

88
[tool.poetry.dependencies]
9-
python = "^3.6"
9+
python = "^3.7"
1010
Flask = "^1.0"
1111

1212
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)