You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- had to pin to python^3.5 as it's the common denominator between deps
- add .python-version file to use python3.7 w/ pyenv for this project
- will have to include python^2.7 again in order to publish a
universal wheel compatible with 2.7 as the poetry python dep is
used for both deps and publishing
- will also have to add dep versions against python 2.7 in order to
test against it and lower Django versions
- either in Poetry itself or with something like Tox?
- gitignore poetry.lock bc multiple pythons and dep versions
0 commit comments