We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef62df4 commit bd82d0dCopy full SHA for bd82d0d
1 file changed
packages/django-google-spanner/setup.py
@@ -62,8 +62,6 @@
62
"License :: OSI Approved :: BSD License",
63
"Operating System :: OS Independent",
64
"Programming Language :: Python :: 3",
65
- "Programming Language :: Python :: 3.8",
66
- "Programming Language :: Python :: 3.9",
67
"Programming Language :: Python :: 3.10",
68
"Programming Language :: Python :: 3.11",
69
"Programming Language :: Python :: 3.12",
@@ -75,5 +73,5 @@
75
73
"Framework :: Django :: 4.2",
76
74
],
77
extras_require=extras,
78
- python_requires=">=3.8",
+ python_requires=">=3.10",
79
)
0 commit comments