1
0
mirror of https://github.com/cmur2/python-bme280.git synced 2025-06-26 02:30:23 +02:00

module: support Python 3.10

This commit is contained in:
Christian Nicolai
2021-10-26 13:14:39 +02:00
committed by GitHub
parent 95bd1a854e
commit 12f4058a1a

View File

@ -19,6 +19,7 @@ jobs:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
steps:
- uses: actions/checkout@v2
- run: python -m pip install --upgrade pip