1
0
Fork 0

Minor packaging cleanups

- Fix issue with newline in pkg/debian/source/format
- Update pyinstaller requirement to support python 3.8/3.9
Esse commit está contido em:
Andrew Senetar 2020-12-28 22:51:09 -06:00
commit c8cfa954d5
Assinado por: arsenetar
ID da chave GPG: C63300DCE48AB2F1
2 arquivos alterados com 2 adições e 2 exclusões

Ver arquivo

@ -1 +1 @@
3.0 (native)
3.0 (native)

Ver arquivo

@ -2,4 +2,4 @@ pytest>=5,<6
flake8
tox-travis
black
pyinstaller>=3.4,<4.0; sys_platform == 'win32'
pyinstaller>=4.0,<5.0; sys_platform == 'win32'