module: support Python 3 only

This commit is contained in:
cn
2021-05-21 13:42:43 +02:00
parent 9d88df942a
commit c5fd84e4b9
5 changed files with 8 additions and 26 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ license = "MIT"
homepage = "https://dev.mycrobase.de/gitea/cn/python-bme280"
[tool.poetry.dependencies]
python = "^2.7 || ^3.4"
python = "^3.7"
smbus2 = "*"
[tool.poetry.dev-dependencies]