File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
plugins/tutor-contrib-scout-apm Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments