Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 339bd0e

Browse files
committed
Restore python_requires='>=3.9' to maintain backwards compatibility while keeping it out of CI matrices
1 parent 828b9ce commit 339bd0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.librarian/generator-input/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
packages=packages,
9595
install_requires=dependencies,
9696
extras_require=extras,
97-
python_requires=">=3.10",
97+
python_requires=">=3.9",
9898
include_package_data=True,
9999
zip_safe=False,
100100
)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
packages=packages,
9999
install_requires=dependencies,
100100
extras_require=extras,
101-
python_requires=">=3.10",
101+
python_requires=">=3.9",
102102
include_package_data=True,
103103
zip_safe=False,
104104
)

0 commit comments

Comments
 (0)