Skip to content

Commit

Permalink
Update to python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Powers committed Oct 2, 2024
1 parent fb6d9d7 commit 45a0395
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 74 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN yarn install --network-timeout 1000000
COPY . ./
RUN yarn build --production

FROM ${PY_IMG}:3.9.16
FROM ${PY_IMG}:3.10.11
# Set shell to use for run commands
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down
74 changes: 2 additions & 72 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ply = "^3.11"
pybliometrics = "~3.4"
pydetex = "~0.9"
pytas = {git = "https://github.com/ChameleonCloud/pytas"}
python = "3.9.16"
python = "3.10.11"
python-blazarclient = {git = "https://github.com/ChameleonCloud/python-blazarclient", branch = "chameleoncloud/stable/train"}
python-cinderclient = "^7.2.0"
python-glanceclient = "2.17.1"
Expand Down

0 comments on commit 45a0395

Please sign in to comment.