Skip to content

Commit

Permalink
chore: relax python version
Browse files Browse the repository at this point in the history
  • Loading branch information
rarescosma committed Jul 8, 2023
1 parent 94caba7 commit c1275ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ clean:
rm -rf dist build *.spec __pycache__ *.egg-info .python-version .venv

.python-version:
pyenv local 3.11.1
pyenv local 3.11

.venv/freeze: .python-version
test -f .venv/bin/activate || python3 -mvenv .venv --prompt $(PROJECT)
Expand Down

0 comments on commit c1275ad

Please sign in to comment.