Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.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 pip
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion done/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

from .done import DoneXBlock

__version__ = '2.5.0'
__version__ = '3.0.0'
4 changes: 2 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 @@ -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
Expand Down
30 changes: 9 additions & 21 deletions requirements/ci.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 @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
6 changes: 3 additions & 3 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 @@ -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
Expand Down Expand Up @@ -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
Expand Down
14 changes: 6 additions & 8 deletions requirements/docs.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 @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
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
8 changes: 4 additions & 4 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 @@ -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
Expand Down Expand Up @@ -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
Expand Down
14 changes: 4 additions & 10 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 All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
12 changes: 6 additions & 6 deletions requirements/tox.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/tox.in
virtualenv==21.1.0
virtualenv==21.2.0
# via tox
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down
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{42,52}, quality
envlist = py{312}-django{42,52}, quality
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a blocker, but do we need to still support Django 4.2?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need to, I can drop it in a future PR.


[testenv]
allowlist_externals =
Expand Down