Skip to content

Commit

Permalink
Fix: update make targets for python 3.12 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Apr 17, 2024
1 parent 4920377 commit 9f2fc69
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,13 @@ piptools: ## install pinned version of pip-compile and pip-sync

requirements: piptools dev_requirements ## sync to default requirements

requirements312: piptools dev_requirements312
requirements312: ## sync to requirements for local development with Python 3.12
pip3.12 install -qr requirements/pip-tools.txt
pip3.12 install -qr requirements/dev312.txt

dev_requirements: ## sync to requirements for local development
pip-sync -q requirements/dev.txt

dev_requirements312: ## sync to requirements for local development with Python 3.12
python3.12 -m pip install -qr requirements/dev312.txt

doc_requirements:
pip-sync -q requirements/doc.txt

Expand Down

0 comments on commit 9f2fc69

Please sign in to comment.