diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddf51c1..f7b4288 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.11', '3.12'] + python-version: ['3.12'] toxenv: [django42, django52, quality] steps: @@ -35,7 +35,7 @@ jobs: run: tox - name: Run Coverage - if: matrix.python-version == '3.11' && matrix.toxenv == 'django42' + if: matrix.python-version == '3.12' && matrix.toxenv == 'django42' uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 3bbc16a..2ee7709 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -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 pip diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 63a07c2..8086931 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -19,7 +19,7 @@ formats: build: os: "ubuntu-lts-latest" tools: - python: "3.11" + python: "3.12" # Optionally set the version of Python and requirements required to build your docs python: diff --git a/done/__init__.py b/done/__init__.py index 0e92d9a..d55361e 100644 --- a/done/__init__.py +++ b/done/__init__.py @@ -4,4 +4,4 @@ from .done import DoneXBlock -__version__ = '2.5.0' +__version__ = '3.0.0' diff --git a/requirements/base.txt b/requirements/base.txt index 9db1b09..45303ce 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -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 @@ -36,7 +36,7 @@ six==1.17.0 # python-dateutil sqlparse==0.5.5 # via django -web-fragments==3.1.0 +web-fragments==4.0.0 # via xblock webob==1.8.9 # via xblock diff --git a/requirements/ci.txt b/requirements/ci.txt index d0bfe45..7482ab8 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -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 @@ -25,24 +25,20 @@ astroid==4.0.4 # -r requirements/test.txt # pylint # pylint-celery -backports-tarfile==1.2.0 - # via - # -r requirements/test.txt - # jaraco-context binaryornot==0.6.0 # via # -r requirements/test.txt # cookiecutter -boto3==1.42.63 +boto3==1.42.64 # via # -r requirements/test.txt # fs-s3fs -botocore==1.42.63 +botocore==1.42.64 # via # -r requirements/test.txt # boto3 # s3transfer -cachetools==7.0.4 +cachetools==7.0.5 # via # -r requirements/tox.txt # tox @@ -113,7 +109,7 @@ docutils==0.22.4 # readme-renderer edx-lint==5.6.0 # via -r requirements/test.txt -filelock==3.25.0 +filelock==3.25.1 # via # -r requirements/tox.txt # python-discovery @@ -136,10 +132,6 @@ idna==3.11 # via # -r requirements/test.txt # requests -importlib-metadata==8.7.1 - # via - # -r requirements/test.txt - # keyring iniconfig==2.3.0 # via # -r requirements/test.txt @@ -283,7 +275,7 @@ python-dateutil==2.9.0.post0 # arrow # botocore # xblock -python-discovery==1.1.1 +python-discovery==1.1.3 # via # -r requirements/tox.txt # virtualenv @@ -372,7 +364,7 @@ tomlkit==0.14.0 # via # -r requirements/test.txt # pylint -tox==4.49.0 +tox==4.49.1 # via -r requirements/tox.txt twine==6.2.0 # via -r requirements/test.txt @@ -391,11 +383,11 @@ urllib3==2.6.3 # id # requests # twine -virtualenv==21.1.0 +virtualenv==21.2.0 # via # -r requirements/tox.txt # tox -web-fragments==3.1.0 +web-fragments==4.0.0 # via # -r requirements/test.txt # xblock @@ -411,10 +403,6 @@ xblock==5.3.0 # xblock-sdk xblock-sdk==0.13.0 # via -r requirements/test.txt -zipp==3.23.0 - # via - # -r requirements/test.txt - # importlib-metadata # The following packages are considered to be unsafe in a requirements file: # setuptools diff --git a/requirements/dev.txt b/requirements/dev.txt index 60cad7f..15e3918 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -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 @@ -16,7 +16,7 @@ django==5.2.12 # via # -r requirements/base.txt # edx-i18n-tools -edx-i18n-tools==1.9.0 +edx-i18n-tools==2.0.0 # via -r requirements/dev.in fs==2.4.16 # via @@ -69,7 +69,7 @@ sqlparse==0.5.5 # via # -r requirements/base.txt # django -web-fragments==3.1.0 +web-fragments==4.0.0 # via # -r requirements/base.txt # xblock diff --git a/requirements/docs.txt b/requirements/docs.txt index 6ff53eb..cdbf82a 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -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 @@ -57,10 +57,8 @@ markupsafe==3.0.3 # mako # xblock packaging==26.0 - # via - # pydata-sphinx-theme - # sphinx -pydata-sphinx-theme==0.15.4 + # via sphinx +pydata-sphinx-theme==0.16.1 # via sphinx-book-theme pygments==2.19.2 # via @@ -96,12 +94,12 @@ snowballstemmer==3.0.1 # via sphinx soupsieve==2.8.3 # via beautifulsoup4 -sphinx==9.0.4 +sphinx==9.1.0 # via # -r requirements/docs.in # pydata-sphinx-theme # sphinx-book-theme -sphinx-book-theme==1.1.4 +sphinx-book-theme==1.2.0 # via -r requirements/docs.in sphinxcontrib-applehelp==2.0.0 # via sphinx @@ -125,7 +123,7 @@ typing-extensions==4.15.0 # pydata-sphinx-theme urllib3==2.6.3 # via requests -web-fragments==3.1.0 +web-fragments==4.0.0 # via # -r requirements/base.txt # xblock diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index c952cd2..d89516b 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -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 diff --git a/requirements/pip.txt b/requirements/pip.txt index 35dcee6..c87fe30 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -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 @@ -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 diff --git a/requirements/quality.txt b/requirements/quality.txt index a1ff147..3214eae 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -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 @@ -20,9 +20,9 @@ astroid==4.0.4 # pylint-celery binaryornot==0.6.0 # via cookiecutter -boto3==1.42.63 +boto3==1.42.64 # via fs-s3fs -botocore==1.42.63 +botocore==1.42.64 # via # boto3 # s3transfer @@ -172,7 +172,7 @@ urllib3==2.6.3 # via # botocore # requests -web-fragments==3.1.0 +web-fragments==4.0.0 # via # -r requirements/base.txt # xblock diff --git a/requirements/test.txt b/requirements/test.txt index 4db5fdb..f4a21d8 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -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 @@ -20,13 +20,11 @@ astroid==4.0.4 # via # pylint # pylint-celery -backports-tarfile==1.2.0 - # via jaraco-context binaryornot==0.6.0 # via cookiecutter -boto3==1.42.63 +boto3==1.42.64 # via fs-s3fs -botocore==1.42.63 +botocore==1.42.64 # via # boto3 # s3transfer @@ -78,8 +76,6 @@ id==1.6.1 # via twine idna==3.11 # via requests -importlib-metadata==8.7.1 - # via keyring iniconfig==2.3.0 # via pytest isort==8.0.1 @@ -242,7 +238,7 @@ urllib3==2.6.3 # id # requests # twine -web-fragments==3.1.0 +web-fragments==4.0.0 # via # -r requirements/base.txt # xblock @@ -258,8 +254,6 @@ xblock==5.3.0 # xblock-sdk xblock-sdk==0.13.0 # via -r requirements/test.in -zipp==3.23.0 - # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # setuptools diff --git a/requirements/tox.txt b/requirements/tox.txt index 9f19606..b48edd4 100644 --- a/requirements/tox.txt +++ b/requirements/tox.txt @@ -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 @@ -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/tox.in -virtualenv==21.1.0 +virtualenv==21.2.0 # via tox diff --git a/setup.py b/setup.py index 20f592d..3cbc4fc 100644 --- a/setup.py +++ b/setup.py @@ -140,7 +140,6 @@ def get_version(file_path): url='https://github.com/openedx/DoneXBlock', classifiers=[ 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', ], packages=[ diff --git a/tox.ini b/tox.ini index 58c5906..f7c63b2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{311,312}-django{42,52}, quality +envlist = py{312}-django{42,52}, quality [testenv] allowlist_externals =