File tree Expand file tree Collapse file tree
packages/gapic-generator/gapic Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[mypy]
2- python_version = 3.8
2+ python_version = 3.10
33namespace_packages = True
Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ setuptools.setup(
6464 "License :: OSI Approved :: Apache Software License",
6565 "Programming Language :: Python",
6666 "Programming Language :: Python :: 3",
67- "Programming Language :: Python :: 3.9",
6867 "Programming Language :: Python :: 3.10",
6968 "Programming Language :: Python :: 3.11",
7069 "Programming Language :: Python :: 3.12",
@@ -75,7 +74,7 @@ setuptools.setup(
7574 ],
7675 platforms="Posix; MacOS X; Windows",
7776 packages=packages,
78- python_requires=">=3.9 ",
77+ python_requires=">=3.10 ",
7978 install_requires=dependencies,
8079 include_package_data=True,
8180 zip_safe=False,
Original file line number Diff line number Diff line change @@ -89,7 +89,6 @@ setuptools.setup(
8989 " License :: OSI Approved :: Apache Software License " ,
9090 " Programming Language :: Python " ,
9191 " Programming Language :: Python :: 3 " ,
92- " Programming Language :: Python :: 3.9 " ,
9392 " Programming Language :: Python :: 3.10 " ,
9493 " Programming Language :: Python :: 3.11 " ,
9594 " Programming Language :: Python :: 3.12 " ,
@@ -100,7 +99,7 @@ setuptools.setup(
10099 ],
101100 platforms=" Posix; MacOS X; Windows " ,
102101 packages=packages,
103- python_requires=" >=3.9 ",
102+ python_requires=" >=3.10 ",
104103 install_requires=dependencies,
105104 extras_require=extras,
106105 include_package_data=True,
You can’t perform that action at this time.
0 commit comments