Skip to content

Commit 8da8d4b

Browse files
Remove explicit python 3.8/9 skips (#19177)
Co-authored-by: Devon Hudson <devon.dmytro@gmail.com>
1 parent 408a05e commit 8da8d4b

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

changelog.d/19177.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove explicit python version skips in `cibuildwheel` config as it's no longer required after [#19137](https://github.com/element-hq/synapse/pull/19137).

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,10 +392,8 @@ build-backend = "poetry.core.masonry.api"
392392
#
393393
# We skip:
394394
# - free-threaded cpython builds: these are not currently supported.
395-
# - cp38: Python 3.8 is end-of-life.
396-
# - cp39: Python 3.9 is end-of-life.
397395
# - i686: We don't support 32-bit platforms.
398-
skip = "cp3??t-* cp38-* cp39-* *i686*"
396+
skip = "cp3??t-* *i686*"
399397
# Enable non-default builds. See the list of available options:
400398
# https://cibuildwheel.pypa.io/en/stable/options#enable
401399
#

0 commit comments

Comments
 (0)