Skip to content

Commit

Permalink
Update Python version to 3.13 in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gabino committed Feb 7, 2025
1 parent cbf9c60 commit a21e39d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
SHELL := bash
PATH := ./venv/bin:${PATH}
PYTHON=python3.11
PYTHON=python3.13
PROJECT=cep
isort = isort $(PROJECT) tests setup.py
black = black -S -l 79 --target-version py311 $(PROJECT) tests setup.py
black = black -S -l 79 --target-version py313 $(PROJECT) tests setup.py

.PHONY: all
all: testt
Expand Down

0 comments on commit a21e39d

Please sign in to comment.