renemarc / balena-airthingswave

☢️ Airthings Wave radon detector bridge for single-board computers: a balena and Docker container. 🐳
Apache License 2.0
14 stars 5 forks source link

User Story: Work seamlessly for years to come #16

Open renemarc opened 5 years ago

renemarc commented 5 years ago

User Story

As a developer, I want the image to run on Python 3 so that I can have this project still working for the foreseeable future.

Acceptance Criteria

  1. It's done when the code and its dependencies work on Python 3.
  2. It's done when base images are now using Python 3.

Additional Details (if any)

siku2 commented 4 years ago

While I was adding support for the Wave Plus to my fork I also successfully upgraded it to Python 3 (using balenalib/raspberrypi3-alpine-python:3 as the base image).

If you're interested, I would gladly cook up a pull request containing the necessary changes.