1
0
mirror of https://github.com/cmur2/python-bme280.git synced 2026-06-28 20:39:55 +02:00

module: support Python 3 only

This commit is contained in:
cn
2019-12-15 23:12:15 +01:00
parent 6155338645
commit 766a5a28b2
4 changed files with 4 additions and 5 deletions
-1
View File
@@ -2,7 +2,6 @@
os: linux
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.7"