Skip to content

Commit e86793a

Browse files
committed
drop support for python v3.7 and v3.8
1 parent 75a9663 commit e86793a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
platform: [native, aarch64, armv7l]
15-
python: [cp37, cp38, cp39, cp310, cp311, cp312, cp313]
15+
python: [cp39, cp310, cp311, cp312, cp313]
1616
tag: [manylinux, musllinux]
1717
steps:
1818
- name: Checkout Current Repo

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# building cmake from pypi releases requires openssl-dev installed, so
33
# just require users install cmake from apt when getting python-dev (CPython headers)
44
requires = [
5-
"setuptools>=61",
5+
"setuptools>=77",
66
"wheel",
77
"setuptools_scm[toml]>=6.2"
88
]
@@ -45,7 +45,7 @@ classifiers = [
4545
"Topic :: System :: Networking",
4646
"Typing :: Typed",
4747
]
48-
requires-python = ">=3.7"
48+
requires-python = ">=3.9"
4949
dependencies = ['typing-extensions; python_version < "3.13"']
5050
dynamic = ["version"]
5151

0 commit comments

Comments
 (0)