File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ Unreleased
1616
1717*
1818
19- 0.1.0 – 2025-08-27
20- **********************************************
19+ 0.1.0 - 2025-08-27
20+ ******************
2121
2222Added
2323=====
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ def is_requirement(line):
161161 ),
162162 include_package_data = True ,
163163 install_requires = load_requirements ("requirements/base.in" ),
164- python_requires = ">=3.12 " ,
164+ python_requires = ">=3.11 " ,
165165 license = "AGPL 3.0" ,
166166 zip_safe = False ,
167167 keywords = "Python edx" ,
@@ -174,6 +174,6 @@ def is_requirement(line):
174174 "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)" ,
175175 "Natural Language :: English" ,
176176 "Programming Language :: Python :: 3" ,
177- "Programming Language :: Python :: 3.12 " ,
177+ "Programming Language :: Python :: 3.11 " ,
178178 ],
179179)
You can’t perform that action at this time.
0 commit comments