Skip to content

Commit 4724c81

Browse files
committed
Drop support for python 3.6
1 parent 104b90f commit 4724c81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
python-version: [ 3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12", "3.13" ]
10+
python-version: [ 3.7, 3.8, 3.9, "3.10", "3.11", "3.12", "3.13" ]
1111
cffi: [ yes, no ]
1212
os: [ ubuntu-22.04 ]
1313
include:

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
env:
5050
# cibuildwheel will build wheel once and test it for each CPython version
5151
# and for PyPy > 3.8.
52-
CIBW_BUILD: "cp36-* cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* pp39-* pp310-*"
52+
CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* pp39-* pp310-*"
5353
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
5454
CIBW_MANYLINUX_I686_IMAGE: "manylinux2014"
5555
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: "manylinux2014"

0 commit comments

Comments
 (0)