Skip to content

Commit a837bf1

Browse files
committed
pytest-httpserver: require python 3.7 as minimum, add 3.11-dev to tests
1 parent 491c72f commit a837bf1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
strategy:
3030
matrix:
31-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
31+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11-dev']
3232

3333
steps:
3434
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ include = [
3131
]
3232

3333
[tool.poetry.dependencies]
34-
python = ">=3.6,<4.0"
34+
python = ">=3.7,<4.0"
3535
Werkzeug = ">= 2.0.0"
3636
pytest = { version = "*", optional = true }
3737
pytest-cov = { version = "*", optional = true }

0 commit comments

Comments
 (0)