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 c153978 commit 7d16454
Showing 1 changed file with 3 additions and 1 deletion.
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:
run: pip install -r requirements/pip.txt

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

- name: Run Tests
env:
Expand Down

0 comments on commit 7d16454

Please sign in to comment.