Skip to content

Commit

Permalink
chore: upgrade python to version 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Anas12091101 committed Mar 8, 2024
1 parent f9e5419 commit fd8c571
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
python-version: ['3.8']
toxenv: [py38-django32, py38-django42]
python-version: ['3.12']
toxenv: [py312-django32, py312-django42]

steps:
- uses: actions/checkout@v4
Expand All @@ -37,7 +37,7 @@ jobs:
run: tox

- name: Upload coverage to CodeCov
if: matrix.python-version == '3.8' && matrix.toxenv == 'py38-django42'
if: matrix.python-version == '3.12' && matrix.toxenv == 'py312-django42'
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def package_data(pkg, root_list):
"Framework :: Django :: 4.2",
"Programming Language :: Python",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.12",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Education",
],
Expand Down
3 changes: 2 additions & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cryptography==41.0.3
ddt==1.6.0
djangorestframework
django-storages
edx-celeryutils==1.2.2
edx-celeryutils==1.2.3
edx-lint==5.3.6
edx-opaque-keys
edx-submissions==3.6.0
Expand All @@ -26,3 +26,4 @@ tox-battery

xblock-utils==3.4.1
xblock-sdk==0.7.0
xblock[django]==1.10.0

0 comments on commit fd8c571

Please sign in to comment.