Skip to content

Commit

Permalink
chore: adding python3.12 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Feb 23, 2024
1 parent 386c84c commit 867873c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install pip
run: pip install -r requirements/pip.txt
run:
pip install -r requirements/pip.txt
pip install setuptools

- name: Install Dependencies
run: pip install -r requirements/ci.txt
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ allowlist_externals =
make
rm
touch
deps =
deps =
-r{toxinidir}/requirements/quality.txt
commands =
touch tests/__init__.py
Expand All @@ -47,7 +47,6 @@ commands =
setenv =
DJANGO_SETTINGS_MODULE = test_settings
deps =
setuptools
wheel
-r{toxinidir}/requirements/test.txt
commands =
Expand Down

0 comments on commit 867873c

Please # to comment.