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:
@ -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]
|
||||
|
Reference in New Issue
Block a user