Skip to content

Commit

Permalink
chore: downgrade OC data lambda to Python 3.11.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Jan 23, 2025
1 parent 09123a1 commit 559c766
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion apps/iatlas/api/install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

PYTHON_VERSION="3.8.20"
PYTHON_VERSION=$(cat ".python-version")

pyenv install --skip-existing $PYTHON_VERSION

Expand Down
2 changes: 1 addition & 1 deletion apps/iatlas/data/install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

PYTHON_VERSION="3.11.10"
PYTHON_VERSION=$(cat ".python-version")

pyenv install --skip-existing $PYTHON_VERSION

Expand Down
2 changes: 1 addition & 1 deletion apps/openchallenges/data-lambda/.python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.13.0
3.11.10
24 changes: 12 additions & 12 deletions apps/openchallenges/data-lambda/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 apps/openchallenges/data-lambda/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Verena Chung <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "3.13.0"
python = "3.11.10"
requests = "2.32.3"
gspread = "6.1.4"
pandas = "2.2.3"
Expand Down

0 comments on commit 559c766

Please sign in to comment.