Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: drop support for Python 3.10 and Django 3.2 #292

Merged
merged 4 commits into from
Oct 22, 2024
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/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
max-parallel: 2
matrix:
python-version: ["3.8", "3.10", "3.11"]
django: ["32", "42"]
python-version: ["3.8", "3.11"]
django: ["42"]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/eduNEXT/eox-core/compare/v10.4.0...HEAD)
## [Unreleased](https://github.com/eduNEXT/eox-core/compare/v11.0.0...HEAD)

Please do not update the unreleased notes.

<!-- Content should be placed here -->

## [v11.0.0](https://github.com/eduNEXT/eox-core/compare/v10.6.0...v11.0.0) - (2024-10-22)

#### ⚠ BREAKING CHANGES

- **Dropped Support for Django 3.2**: Removed support for Django 3.2 in this plugin. As a result, we have also dropped support for Open edX releases from Maple up to and including Palm, which rely on Django 3.2. Future versions of this plugin may not be compatible with these Open edX releases.

## [v10.6.0](https://github.com/eduNEXT/eox-core/compare/v10.5.1...v10.6.0) - (2024-09-17)

### Added
Expand Down
46 changes: 23 additions & 23 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,29 +50,29 @@ See the `How to section <https://github.com/eduNEXT/eox-core/tree/master/docs/ho
Compatibility Notes
--------------------

+------------------+--------------+
| Open edX Release | Version |
+==================+==============+
| Ironwood | < 4.0 |
+------------------+--------------+
| Juniper | >= 3.0 < 5.0 |
+------------------+--------------+
| Koa | >= 4.9 < 6.0 |
+------------------+--------------+
| Lilac | >= 4.9 < 6.0 |
+------------------+--------------+
| Maple | >= 6.0 |
+------------------+--------------+
| Nutmeg | >= 7.0 |
+------------------+--------------+
| Olive | >= 8.0 |
+------------------+--------------+
| Palm | >= 9.0 |
+------------------+--------------+
| Quince | >= 10.0 |
+------------------+--------------+
| Redwood | >= 10.5.1 |
+------------------+--------------+
+------------------+---------------+
| Open edX Release | Version |
+==================+===============+
| Ironwood | < 4.0 |
+------------------+---------------+
| Juniper | >= 3.0 < 5.0 |
+------------------+---------------+
| Koa | >= 4.9 < 6.0 |
+------------------+---------------+
| Lilac | >= 4.9 < 6.0 |
+------------------+---------------+
| Maple | >= 6.0 < 11.0 |
+------------------+---------------+
| Nutmeg | >= 7.0 < 11.0 |
+------------------+---------------+
| Olive | >= 8.0 < 11.0 |
+------------------+---------------+
| Palm | >= 9.0 < 11.0 |
+------------------+---------------+
| Quince | >= 10.0 |
+------------------+---------------+
| Redwood | >= 10.5.1 |
+------------------+---------------+

⚠️ The Maple version does not support Django 2.2 but it does support Django 3.2 as of eox-core 7.0.

Expand Down
2 changes: 1 addition & 1 deletion eox_core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Init for main eox-core app
"""
__version__ = '10.6.0'
__version__ = '11.0.0'
35 changes: 16 additions & 19 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# django
# djangorestframework
# kombu
billiard==4.2.0
billiard==4.2.1
# via celery
celery==5.4.0
# via
Expand All @@ -31,7 +31,7 @@ cffi==1.17.1
# via
# cryptography
# pynacl
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
Expand All @@ -50,7 +50,7 @@ click-repl==0.3.0
# via celery
code-annotations==1.8.0
# via edx-toggles
cryptography==43.0.1
cryptography==43.0.3
# via
# jwcrypto
# pyjwt
Expand Down Expand Up @@ -85,10 +85,8 @@ django-crum==0.7.9
# edx-django-utils
# edx-proctoring
# edx-toggles
django-filter==23.5
# via
# -c requirements/constraints.txt
# -r requirements/base.in
django-filter==24.3
# via -r requirements/base.in
django-ipware==7.0.1
# via edx-proctoring
django-model-utils==5.0.0
Expand All @@ -114,9 +112,8 @@ django-waffle==4.1.0
# edx-toggles
django-webpack-loader==3.1.1
# via edx-proctoring
djangorestframework==3.15.1
djangorestframework==3.15.2
# via
# -c requirements/constraints.txt
# -r requirements/base.in
# drf-jwt
# drf-yasg
Expand All @@ -125,13 +122,13 @@ djangorestframework==3.15.1
# edx-proctoring
drf-jwt==1.19.2
# via edx-drf-extensions
drf-yasg==1.21.7
drf-yasg==1.21.8
# via edx-api-doc-tools
edx-api-doc-tools==2.0.0
# via -r requirements/base.in
edx-ccx-keys==1.3.0
# via openedx-events
edx-django-utils==5.15.0
edx-django-utils==7.0.0
# via
# edx-drf-extensions
# edx-rest-api-client
Expand All @@ -152,7 +149,7 @@ edx-opaque-keys[django]==2.11.0
# edx-proctoring
# edx-when
# openedx-events
edx-proctoring==4.18.1
edx-proctoring==4.18.2
# via -r requirements/base.in
edx-rest-api-client==6.0.0
# via edx-proctoring
Expand All @@ -178,18 +175,18 @@ jsonfield==3.1.0
# via edx-proctoring
jwcrypto==1.5.6
# via django-oauth-toolkit
kombu==5.4.1
kombu==5.4.2
# via celery
lxml==5.3.0
# via xblock
mako==1.3.5
mako==1.3.6
# via xblock
markupsafe==2.1.5
# via
# jinja2
# mako
# xblock
newrelic==9.13.0
newrelic==10.2.0
# via edx-django-utils
oauthlib==3.2.2
# via
Expand All @@ -204,13 +201,13 @@ packaging==24.1
# via drf-yasg
pbr==6.1.0
# via stevedore
prompt-toolkit==3.0.47
prompt-toolkit==3.0.48
# via click-repl
psutil==6.0.0
psutil==6.1.0
# via edx-django-utils
pycparser==2.22
# via cffi
pycryptodomex==3.20.0
pycryptodomex==3.21.0
# via edx-proctoring
pyjwt[crypto]==2.9.0
# via
Expand Down Expand Up @@ -288,7 +285,7 @@ typing-extensions==4.12.2
# edx-opaque-keys
# jwcrypto
# kombu
tzdata==2024.1
tzdata==2024.2
# via
# backports-zoneinfo
# celery
Expand Down
8 changes: 0 additions & 8 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,5 @@ pylint<3.0
pycodestyle<2.9.0
django-oauth-toolkit<2.0.0

# Adding pin to avoid any major upgrade.
# 3.15.1 is the latest version that works with Django 3.2
djangorestframework<3.15.2

# Adding pin to avoid any major upgrade.
# 23.5. is the latest version that works with Django 3.2
django-filter<24.1

# backports.zoneinfo is only needed for Python < 3.9
backports.zoneinfo; python_version<'3.9'
1 change: 0 additions & 1 deletion requirements/django32.txt

This file was deleted.

6 changes: 3 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.2.2
build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
Expand All @@ -14,11 +14,11 @@ packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
tomli==2.0.1
tomli==2.0.2
# via
# build
# pip-tools
Expand Down
Loading
Loading