Skip to content

Commit 7b4a29b

Browse files
authored
chore: drop Python 3.8 support (#1455)
1 parent 5d28510 commit 7b4a29b

4 files changed

Lines changed: 119 additions & 101 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
python-version:
39-
- "3.8"
4039
- "3.9"
4140
- "3.10"
4241
- "3.11"
@@ -185,7 +184,7 @@ jobs:
185184
uses: pypa/cibuildwheel@v2.21.3
186185
# to supply options, put them in 'env', like:
187186
env:
188-
CIBW_SKIP: cp36-* cp37-* pp36-* pp37-* *p38-*_aarch64 cp38-*_arm64 *p39-*_aarch64 *p310-*_aarch64 pp*_aarch64 *musllinux*_aarch64
187+
CIBW_SKIP: cp36-* cp37-* pp36-* pp37-* pp38-* cp38-* *p39-*_aarch64 *p310-*_aarch64 pp*_aarch64 *musllinux*_aarch64
189188
CIBW_BEFORE_ALL_LINUX: apt install -y gcc || yum install -y gcc || apk add gcc
190189
CIBW_ARCHS_LINUX: auto aarch64
191190
CIBW_BUILD_VERBOSITY: 3

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Compared to some other Zeroconf/Bonjour/Avahi Python packages, python-zeroconf:
4545
Python compatibility
4646
--------------------
4747

48-
* CPython 3.8+
49-
* PyPy3.8 7.3+
48+
* CPython 3.9+
49+
* PyPy 3.9+
5050

5151
Versioning
5252
----------

0 commit comments

Comments
 (0)