Skip to content

Commit

Permalink
fix: updated python update constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Nov 13, 2024
1 parent 6e9dd93 commit dd06130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def is_requirement(line):
],
include_package_data=True,
install_requires=load_requirements('requirements/base.in'),
python_requires=">3.8",
python_requires=">=3.12",
license="AGPL 3.0",
zip_safe=False,
keywords='Python edx',
Expand Down

0 comments on commit dd06130

Please sign in to comment.