Closed johnfraney closed 4 years ago
Adds Python 3.8 support and fixes a failing test with PyPy3.
Also updates Poetry to v1.0.0b9 and uses poetry export to create a requirements.txt file to install with pip instead of using poetry install, which created an extra virtual environment.
poetry export
requirements.txt
pip
poetry install
Adds Python 3.8 support and fixes a failing test with PyPy3.
Also updates Poetry to v1.0.0b9 and uses
poetry export
to create arequirements.txt
file to install withpip
instead of usingpoetry install
, which created an extra virtual environment.