1
0
mirror of https://github.com/cmur2/python-bme280.git synced 2025-07-01 02:30:20 +02:00

module: support Python 3 only

This commit is contained in:
cn
2019-12-15 23:12:15 +01:00
parent 9d88df942a
commit c5fd84e4b9
5 changed files with 8 additions and 26 deletions

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]