Skip to content

Commit

Permalink
Update to python 3.11 for faster startup (#1199)
Browse files Browse the repository at this point in the history
* Update .travis.yml

* Update Dockerfile

* Update .travis.yml
  • Loading branch information
NewUserHa committed Jan 2, 2023
1 parent b06e869 commit 1a92699
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
dist: jammy
language: python
python:
- "3.9"
- "3.11"
# command to install dependencies
install:
- pip install -e .
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.8
FROM python:3.11

COPY requirements.txt requirements.txt

Expand Down

0 comments on commit 1a92699

Please sign in to comment.