Skip to content

Commit 76f36c5

Browse files
committed
Drop support for Python 3.9.
1 parent add50a5 commit 76f36c5

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
python-version: [
23-
"3.9",
2423
"3.10",
2524
"3.11",
2625
"3.12",
@@ -36,9 +35,6 @@ jobs:
3635
"8.4.*",
3736
"main",
3837
]
39-
exclude:
40-
- python-version: "3.9"
41-
pytest-version: "main"
4238
steps:
4339
- uses: actions/checkout@v5
4440

CHANGES.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ Changelog
44
16.1 (unreleased)
55
-----------------
66

7-
- Changed "localhost" to "127.0.0.1" to avoid bad hostname resolution
7+
- Changed "localhost" to "127.0.0.1" to avoid bad hostname resolution.
8+
9+
- Drop support for Python 3.9.
10+
811

912
16.0.1 (2025-09-02)
1013
-------------------

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ max-line-length = 88
1111
[tox]
1212
envlist =
1313
linting
14-
py{39,310,311,312,313,314,py3}-pytest{80,81,82,83,84}
15-
py{310,311,312,313,314,py3}-pytest{main}
14+
py{310,311,312,313,314,py3}-pytest{80,81,82,83,84}
1615
docs
1716
minversion = 4.0
1817

0 commit comments

Comments
 (0)