Skip to content

Commit dff78f3

Browse files
committed
chore: use python3.11
1 parent d1b3846 commit dff78f3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2222
Added
2323
=====

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)