Skip to content

Commit 5669a6c

Browse files
mariajgrimaldiormsbee
authored andcommitted
refactor: go back to supporting >= py39
1 parent fdab812 commit 5669a6c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

plugins/tutor-contrib-scout-apm/setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def load_about():
3838
long_description=load_readme(),
3939
packages=find_packages(exclude=["tests*"]),
4040
include_package_data=True,
41-
python_requires=">=3.12",
41+
python_requires=">=3.9",
4242
install_requires=["tutor"],
4343
extras_require={"dev": ["tutor[dev]>=16.0.0,<19.0.0"]},
4444
entry_points={
@@ -52,6 +52,9 @@ def load_about():
5252
"License :: OSI Approved :: GNU Affero General Public License v3",
5353
"Operating System :: OS Independent",
5454
"Programming Language :: Python",
55+
"Programming Language :: Python :: 3.9",
56+
"Programming Language :: Python :: 3.10",
57+
"Programming Language :: Python :: 3.11",
5558
"Programming Language :: Python :: 3.12",
5659
],
5760
)

0 commit comments

Comments
 (0)