feat: set python version to 3 instead of 3.8 specfically

This commit is contained in:
2021-01-16 15:12:50 +01:00
parent 2cbe388ceb
commit 049cc72ecd
2 changed files with 145 additions and 111 deletions

View File

@@ -17,4 +17,4 @@ smbus2 = ">=0.3.0"
pyaudio = ">=0.2.11"
[requires]
python_version = "3.8"
python_version = "3"