Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest] # Add macos-latest later?
python-version: ['3.11', '3.12']
python-version: ['3.12']
toxenv: ["django52", "package", "quality"]
mysql-version: ["8"]
services:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v6
with:
python-version: 3.11
python-version: 3.12

- name: Install pip
run: pip install -r requirements/pip.txt
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ sphinx:
configuration: docs/conf.py

python:
version: 3.11
version: 3.12
install:
- requirements: requirements/doc.txt
7 changes: 5 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -88,7 +88,7 @@ kombu==5.6.2
# via celery
packaging==26.0
# via kombu
pillow==12.1.0
pillow==12.1.1
# via edx-organizations
prompt-toolkit==3.0.52
# via click-repl
Expand Down Expand Up @@ -137,3 +137,6 @@ vine==5.1.0
# kombu
wcwidth==0.6.0
# via prompt-toolkit

# The following packages are considered to be unsafe in a requirements file:
# setuptools
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
cachetools==7.0.4
cachetools==7.0.5
# via tox
colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.25.0
filelock==3.25.1
# via
# python-discovery
# tox
Expand All @@ -28,11 +28,11 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
python-discovery==1.1.1
python-discovery==1.1.3
# via virtualenv
tomli-w==1.2.0
# via tox
tox==4.49.0
tox==4.49.1
# via -r requirements/ci.in
virtualenv==21.1.0
virtualenv==21.2.0
# via tox
28 changes: 8 additions & 20 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand All @@ -19,10 +19,6 @@ astroid==4.0.4
# pylint-celery
attrs==25.4.0
# via -r requirements/quality.txt
backports-tarfile==1.2.0
# via
# -r requirements/quality.txt
# jaraco-context
billiard==4.2.4
# via
# -r requirements/quality.txt
Expand All @@ -31,7 +27,7 @@ build==1.4.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==7.0.4
cachetools==7.0.5
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -185,7 +181,7 @@ edx-drf-extensions==10.6.0
# via
# -r requirements/quality.txt
# edx-organizations
edx-i18n-tools==1.9.0
edx-i18n-tools==2.0.0
# via -r requirements/dev.in
edx-lint==5.6.0
# via -r requirements/quality.txt
Expand All @@ -196,7 +192,7 @@ edx-opaque-keys==3.1.0
# edx-organizations
edx-organizations==7.3.0
# via -r requirements/quality.txt
filelock==3.25.0
filelock==3.25.1
# via
# -r requirements/ci.txt
# python-discovery
Expand All @@ -218,10 +214,6 @@ idna==3.11
# requests
import-linter==2.11
# via -r requirements/quality.txt
importlib-metadata==8.7.1
# via
# -r requirements/quality.txt
# keyring
iniconfig==2.3.0
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -323,7 +315,7 @@ pathspec==1.0.4
# via
# -r requirements/quality.txt
# mypy
pillow==12.1.0
pillow==12.1.1
# via
# -r requirements/quality.txt
# edx-organizations
Expand Down Expand Up @@ -426,7 +418,7 @@ python-dateutil==2.9.0.post0
# -r requirements/quality.txt
# celery
# freezegun
python-discovery==1.1.1
python-discovery==1.1.3
# via
# -r requirements/ci.txt
# virtualenv
Expand Down Expand Up @@ -504,7 +496,7 @@ tomlkit==0.14.0
# via
# -r requirements/quality.txt
# pylint
tox==4.49.0
tox==4.49.1
# via -r requirements/ci.txt
twine==6.2.0
# via -r requirements/quality.txt
Expand Down Expand Up @@ -543,7 +535,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==21.1.0
virtualenv==21.2.0
# via
# -r requirements/ci.txt
# tox
Expand All @@ -555,10 +547,6 @@ wheel==0.46.3
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.23.0
# via
# -r requirements/quality.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
14 changes: 8 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -220,14 +220,13 @@ packaging==26.0
# via
# -r requirements/test.txt
# kombu
# pydata-sphinx-theme
# pytest
# sphinx
pathspec==1.0.4
# via
# -r requirements/test.txt
# mypy
pillow==12.1.0
pillow==12.1.1
# via
# -r requirements/test.txt
# edx-organizations
Expand All @@ -250,7 +249,7 @@ pycparser==3.0
# via
# -r requirements/test.txt
# cffi
pydata-sphinx-theme==0.15.4
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.19.2
# via
Expand Down Expand Up @@ -326,13 +325,13 @@ snowballstemmer==3.0.1
# via sphinx
soupsieve==2.8.3
# via beautifulsoup4
sphinx==9.0.4
sphinx==9.1.0
# via
# -r requirements/doc.in
# pydata-sphinx-theme
# sphinx-book-theme
# sphinxcontrib-django
sphinx-book-theme==1.1.4
sphinx-book-theme==1.2.0
# via -r requirements/doc.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand Down Expand Up @@ -405,3 +404,6 @@ wcwidth==0.6.0
# via
# -r requirements/test.txt
# prompt-toolkit

# The following packages are considered to be unsafe in a requirements file:
# setuptools
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand All @@ -12,5 +12,5 @@ wheel==0.46.3
# The following packages are considered to be unsafe in a requirements file:
pip==26.0.1
# via -r requirements/pip.in
setuptools==82.0.0
setuptools==82.0.1
# via -r requirements/pip.in
13 changes: 5 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand All @@ -18,8 +18,6 @@ astroid==4.0.4
# pylint-celery
attrs==25.4.0
# via -r requirements/test.txt
backports-tarfile==1.2.0
# via jaraco-context
billiard==4.2.4
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -174,8 +172,6 @@ idna==3.11
# requests
import-linter==2.11
# via -r requirements/test.txt
importlib-metadata==8.7.1
# via keyring
iniconfig==2.3.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -248,7 +244,7 @@ pathspec==1.0.4
# via
# -r requirements/test.txt
# mypy
pillow==12.1.0
pillow==12.1.1
# via
# -r requirements/test.txt
# edx-organizations
Expand Down Expand Up @@ -422,5 +418,6 @@ wcwidth==0.6.0
# via
# -r requirements/test.txt
# prompt-toolkit
zipp==3.23.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
7 changes: 5 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -179,7 +179,7 @@ packaging==26.0
# pytest
pathspec==1.0.4
# via mypy
pillow==12.1.0
pillow==12.1.1
# via
# -r requirements/base.txt
# edx-organizations
Expand Down Expand Up @@ -301,3 +301,6 @@ wcwidth==0.6.0
# via
# -r requirements/base.txt
# prompt-toolkit

# The following packages are considered to be unsafe in a requirements file:
# setuptools
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def is_requirement(line):
packages=find_packages("src"),
include_package_data=True,
install_requires=load_requirements('requirements/base.in'),
python_requires=">=3.11",
python_requires=">=3.12",
license="AGPL 3.0",
zip_safe=False,
keywords='Python edx',
Expand All @@ -87,7 +87,6 @@ def is_requirement(line):
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
'Natural Language :: English',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],
)
2 changes: 1 addition & 1 deletion src/openedx_core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"""

# The version for the entire repository
__version__ = "0.36.0"
__version__ = "1.0.0"
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{311,312}-django{52}, quality, docs, pii_check, lint-imports
envlist = py312-django{52}, quality, docs, pii_check, lint-imports

[doc8]
; D001 = Line too long
Expand Down