Skip to content

Commit

Permalink
Update python test container to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob Kolb committed Jul 23, 2024
1 parent 35e40cb commit a661bf6
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 76 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.12'
- name: Install poetry
uses: snok/install-poetry@v1
with:
Expand Down
20 changes: 0 additions & 20 deletions datascience-notebook/Dockerfile

This file was deleted.

53 changes: 0 additions & 53 deletions datascience-notebook/notebook-dockerfile_test.py

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Jakob J. Kolb <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.12"
numpy = "^1.23.3"


Expand Down
2 changes: 1 addition & 1 deletion python-test-environment/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.12-slim

# install make
RUN apt update && apt install -y make curl unixodbc-dev
Expand Down

0 comments on commit a661bf6

Please sign in to comment.