Skip to content

Commit

Permalink
build: adding support python 3.11 and 3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Feb 20, 2024
1 parent 983065a commit 8e64adc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
python-version: ['3.8']
toxenv: [django32, django40, django42, quality]
python-version: ['3.8', '3.11', '3.12']
toxenv: [django42, quality]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
[tox]
envlist = py38-django{32,40,42},quality
envlist = py{38,311,312}-django{42},quality

[testenv]
setenv =
DJANGO_SETTINGS_MODULE = edxsearch.settings
PYTHONPATH = {toxinidir}
deps =
django32: Django>=3.2,<4.0
django40: Django>=4.0,<4.1
django42: Django>=4.2,<4.3
-r {toxinidir}/requirements/testing.txt
commands =
Expand Down

0 comments on commit 8e64adc

Please sign in to comment.