Skip to content

Commit

Permalink
Change to python 3.9 (#118)
Browse files Browse the repository at this point in the history
* Bump dockerfile to python 3.9

* More python 3.9 only
  • Loading branch information
MaxWinterstein authored Jan 26, 2023
1 parent 9883da3 commit 36ba6aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9"]
python-version: ["3.9"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# inspired by https://medium.com/@harpalsahota/dockerizing-python-poetry-applications-1aa3acb76287
FROM python:3.7
FROM python:3.9

RUN mkdir /app /data
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Docker image is created automatically and available at dockerhub: [maxwinterstei

### Native

- Create some virtualenv (or what you personally prefer) with at least python 3.7
- Create some virtualenv (or what you personally prefer) with at least python 3.9
- Install requirements `pip install -r requirements.txt`
- Install TooGoodToGoo Home Assistant Mqtt Bridge `pip install .`

Expand Down

0 comments on commit 36ba6aa

Please sign in to comment.