Skip to content

Commit eb01050

Browse files
committed
chore(gapic): update Python version in setup and mypy templates
1 parent 830c66f commit eb01050

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[mypy]
2-
python_version = 3.8
2+
python_version = 3.10
33
namespace_packages = True

packages/gapic-generator/gapic/ads-templates/setup.py.j2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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,

packages/gapic-generator/gapic/templates/setup.py.j2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)