Skip to content

Commit bd82d0d

Browse files
committed
chore(django-google-spanner): update Python version in setup.py to 3.10
1 parent ef62df4 commit bd82d0d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/django-google-spanner/setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@
6262
"License :: OSI Approved :: BSD License",
6363
"Operating System :: OS Independent",
6464
"Programming Language :: Python :: 3",
65-
"Programming Language :: Python :: 3.8",
66-
"Programming Language :: Python :: 3.9",
6765
"Programming Language :: Python :: 3.10",
6866
"Programming Language :: Python :: 3.11",
6967
"Programming Language :: Python :: 3.12",
@@ -75,5 +73,5 @@
7573
"Framework :: Django :: 4.2",
7674
],
7775
extras_require=extras,
78-
python_requires=">=3.8",
76+
python_requires=">=3.10",
7977
)

0 commit comments

Comments
 (0)