Skip to content

Commit

Permalink
Update travis to python 3.10 to avoid pypa/setuptools#3293
Browse files Browse the repository at this point in the history
  • Loading branch information
smartin015 committed May 15, 2022
1 parent 09af0f0 commit 2017b52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
- language: node_js
node_js: node
- language: python
python: 3.7
python: 3.10
install:
- pip install OctoPrint # Need OctoPrint to satisfy req's of `__init__.py`
- pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10
FROM python:3.7

RUN adduser oprint
USER oprint
Expand Down

0 comments on commit 2017b52

Please sign in to comment.