Skip to content

Commit

Permalink
Drop python2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jimorie committed Oct 11, 2022
1 parent ba1f107 commit daf59f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
version := $(shell python -c 'from thronescli.thronescli import __version__; print(__version__)')

dist:
.venv/bin/python2 setup.py bdist_wheel bdist_egg
.venv3/bin/python3 setup.py bdist_wheel
.venv/bin/python3 setup.py bdist_wheel

version:
git add thronescli/thronescli.py
Expand Down

0 comments on commit daf59f5

Please sign in to comment.