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

Enhancement: support for python3.12.2 [TEST/DRAFT PR] #2456

Closed
Closed
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
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ on:
jobs:
quality_and_translations_tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.12"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: ${{ matrix.python-version }}
architecture: x64
- name: Install Dependencies
run: make requirements
Expand All @@ -33,13 +36,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["py38"]
python-version: ["3.8", "3.12"]
django-version: ["django42"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: ${{ matrix.python-version }}
architecture: x64
- name: Setup Nodejs Env
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
Expand Down
98 changes: 23 additions & 75 deletions requirements/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,34 +21,30 @@ attrs==23.2.0
# -r requirements/dev.txt
# -r requirements/production.txt
# edx-ace
# jsonschema
# openedx-events
backoff==2.2.1
# via
# -r requirements/dev.txt
# -r requirements/production.txt
# segment-analytics-python
backports-zoneinfo==0.2.1
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -r requirements/dev.txt
# -r requirements/production.txt
# django
# djangorestframework
bcrypt==4.1.2
# via
# -r requirements/dev.txt
# paramiko
black==24.4.0
# via -r requirements/dev.txt
bleach==6.1.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
boto3==1.34.85
boto3==1.34.88
# via
# -r requirements/production.txt
# django-ses
botocore==1.34.85
botocore==1.34.88
# via
# -r requirements/production.txt
# boto3
Expand Down Expand Up @@ -117,7 +113,6 @@ cryptography==42.0.5
# via
# -r requirements/dev.txt
# -r requirements/production.txt
# paramiko
# pyjwt
# social-auth-core
ddt==1.7.2
Expand All @@ -128,8 +123,9 @@ defusedxml==0.8.0rc2
# -r requirements/production.txt
# python3-openid
# social-auth-core
didkit==0.3.2
didkit==0.2.1
# via
# -c requirements/constraints.txt
# -r requirements/dev.txt
# -r requirements/production.txt
dill==0.3.8
Expand All @@ -140,10 +136,6 @@ distlib==0.3.8
# via
# -r requirements/dev.txt
# virtualenv
distro==1.9.0
# via
# -r requirements/dev.txt
# docker-compose
django==4.2.11
# via
# -c requirements/common_constraints.txt
Expand Down Expand Up @@ -208,7 +200,7 @@ django-rest-swagger==2.2.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
django-ses==3.6.0
django-ses==4.0.0
# via -r requirements/production.txt
django-simple-history==3.5.0
# via
Expand All @@ -218,7 +210,7 @@ django-sortedm2m==3.1.1
# via
# -r requirements/dev.txt
# -r requirements/production.txt
django-statici18n==2.4.0
django-statici18n==2.5.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand All @@ -245,20 +237,6 @@ djangorestframework==3.15.1
# drf-jwt
# drf-yasg
# edx-drf-extensions
docker[ssh]==7.0.0
# via
# -r requirements/dev.txt
# docker-compose
docker-compose==1.29.2
# via -r requirements/dev.txt
dockerpty==0.4.1
# via
# -r requirements/dev.txt
# docker-compose
docopt==0.6.2
# via
# -r requirements/dev.txt
# docker-compose
drf-jwt==1.19.2
# via
# -r requirements/dev.txt
Expand All @@ -284,7 +262,7 @@ edx-django-release-util==1.4.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
edx-django-sites-extensions==4.0.2
edx-django-sites-extensions==4.2.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -327,13 +305,13 @@ edx-toggles==5.2.0
# -r requirements/dev.txt
# -r requirements/production.txt
# edx-event-bus-kafka
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# -r requirements/dev.txt
# pytest
factory-boy==3.3.0
# via -r requirements/dev.txt
faker==24.9.0
faker==24.11.0
# via
# -r requirements/dev.txt
# factory-boy
Expand All @@ -357,7 +335,7 @@ greenlet==3.0.3
# via
# -r requirements/production.txt
# gevent
gunicorn==21.2.0
gunicorn==22.0.0
# via -r requirements/production.txt
httpretty==1.1.4
# via -r requirements/dev.txt
Expand Down Expand Up @@ -401,17 +379,18 @@ jmespath==1.0.1
# -r requirements/production.txt
# boto3
# botocore
jsonschema==3.2.0
# via
# -r requirements/dev.txt
# docker-compose
lxml[html-clean]==5.1.1
lxml[html-clean]==5.2.1
# via
# -c requirements/constraints.txt
# -r requirements/dev.txt
# -r requirements/production.txt
# edx-credentials-themes
# edx-i18n-tools
# lxml-html-clean
lxml-html-clean==0.1.1
# via
# -r requirements/dev.txt
# -r requirements/production.txt
markdown==3.6
# via
# -r requirements/dev.txt
Expand All @@ -433,7 +412,7 @@ mysqlclient==2.2.4
# via
# -r requirements/dev.txt
# -r requirements/production.txt
newrelic==9.8.0
newrelic==9.9.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand All @@ -455,7 +434,7 @@ openedx-atlas==0.6.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
openedx-events==9.9.1
openedx-events==9.9.2
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand All @@ -465,16 +444,11 @@ packaging==24.0
# -r requirements/dev.txt
# -r requirements/production.txt
# black
# docker
# drf-yasg
# gunicorn
# pyproject-api
# pytest
# tox
paramiko==3.4.0
# via
# -r requirements/dev.txt
# docker
path==16.14.0
# via
# -r requirements/dev.txt
Expand All @@ -500,7 +474,7 @@ platformdirs==4.2.0
# pylint
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# -r requirements/dev.txt
# pytest
Expand Down Expand Up @@ -568,7 +542,6 @@ pynacl==1.5.0
# -r requirements/dev.txt
# -r requirements/production.txt
# edx-django-utils
# paramiko
pypng==0.20220715.0
# via
# -r requirements/dev.txt
Expand All @@ -578,10 +551,6 @@ pyproject-api==1.6.1
# via
# -r requirements/dev.txt
# tox
pyrsistent==0.20.0
# via
# -r requirements/dev.txt
# jsonschema
pytest==8.1.1
# via
# -r requirements/dev.txt
Expand All @@ -596,10 +565,6 @@ python-dateutil==2.9.0.post0
# edx-ace
# faker
# segment-analytics-python
python-dotenv==0.21.1
# via
# -r requirements/dev.txt
# docker-compose
python-memcached==1.62
# via
# -r requirements/dev.txt
Expand All @@ -620,15 +585,12 @@ pytz==2024.1
# -r requirements/production.txt
# django-ses
# drf-yasg
pywatchman==2.0.0 ; "linux" in sys_platform
# via -r requirements/dev.txt
pyyaml==5.4.1
pyyaml==6.0.1
# via
# -c requirements/constraints.txt
# -r requirements/dev.txt
# -r requirements/production.txt
# code-annotations
# docker-compose
# drf-yasg
# edx-django-release-util
# edx-i18n-tools
Expand All @@ -642,8 +604,6 @@ requests==2.31.0
# -r requirements/dev.txt
# -r requirements/production.txt
# coreapi
# docker
# docker-compose
# edx-drf-extensions
# edx-rest-api-client
# requests-oauthlib
Expand Down Expand Up @@ -688,14 +648,11 @@ six==1.16.0
# -r requirements/dev.txt
# -r requirements/production.txt
# bleach
# dockerpty
# edx-ace
# edx-auth-backends
# edx-django-release-util
# edx-lint
# jsonschema
# python-dateutil
# websocket-client
slumber==0.7.1
# via
# -r requirements/dev.txt
Expand Down Expand Up @@ -733,10 +690,6 @@ text-unidecode==1.3
# -r requirements/dev.txt
# -r requirements/production.txt
# python-slugify
texttable==1.7.0
# via
# -r requirements/dev.txt
# docker-compose
tomli==2.0.1
# via
# -r requirements/dev.txt
Expand Down Expand Up @@ -774,10 +727,9 @@ urllib3==1.26.18
# -r requirements/dev.txt
# -r requirements/production.txt
# botocore
# docker
# requests
# responses
virtualenv==20.25.1
virtualenv==20.25.3
# via
# -r requirements/dev.txt
# tox
Expand All @@ -786,10 +738,6 @@ webencodings==0.5.1
# -r requirements/dev.txt
# -r requirements/production.txt
# bleach
websocket-client==0.59.0
# via
# -r requirements/dev.txt
# docker-compose
xss-utils==0.5.0
# via
# -r requirements/dev.txt
Expand Down
Loading
Loading