Skip to content

Commit 7c12473

Browse files
author
Tim Schneider
committed
Dropped support for python 3.7 and update manylinux version to 2_35
1 parent 96fcbb8 commit 7c12473

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_wheels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88
type: string
99

1010
env:
11-
PYBIN_SUPPORTED_VERSIONS: "cp3(7m|8|9|10|11|12)"
11+
PYBIN_SUPPORTED_VERSIONS: "cp3(8|9|10|11|12)"
1212

1313
jobs:
1414
build_wheels:
1515
runs-on: ubuntu-latest
1616

1717
container:
18-
image: quay.io/pypa/manylinux2014_x86_64
18+
image: quay.io/pypa/manylinux_2_35
1919

2020
steps:
2121
- name: Checkout repository and submodules

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ def build_extension(self, ext):
7878
"Programming Language :: C++",
7979
],
8080
install_requires=["numpy"],
81-
python_requires=">=3.7",
81+
python_requires=">=3.8",
8282
zip_safe=False,
8383
)

0 commit comments

Comments
 (0)