Skip to content

Commit

Permalink
Merge pull request #108 from dagster-io/bump-python-3.12
Browse files Browse the repository at this point in the history
bump to 3.12
  • Loading branch information
cnolanminich committed Jul 19, 2024
2 parents 5e24870 + 2fbdb3a commit 687736e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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

WORKDIR /opt/dagster/app

Expand Down
2 changes: 1 addition & 1 deletion hooli-demo-assets/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim
FROM python:3.11-slim

WORKDIR /opt/dagster/app

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

WORKDIR /opt/dagster/app

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

WORKDIR /opt/dagster/app

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

WORKDIR /opt/dagster/app

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
if __name__ == "__main__":
setup(
name="hooli_data_eng",
python_requires='<3.12',
packages=find_packages(exclude=["hooli_data_eng_tests"]),
package_data={"hooli_data_eng": ["dbt_project/*"]},
install_requires=[
Expand Down

0 comments on commit 687736e

Please sign in to comment.