Skip to content

Commit a0094f8

Browse files
committed
Bump Python to 3.12
1 parent a0221c8 commit a0094f8

File tree

4 files changed

+239
-235
lines changed

4 files changed

+239
-235
lines changed

.github/workflows/lint-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install Python Dependencies
3535
uses: HassanAbouelela/actions/setup-python@setup-python_v1.4.2
3636
with:
37-
python_version: '3.11'
37+
python_version: '3.12'
3838

3939
# Check all of our non-dev dependencies are compatible with the MIT license.
4040
# If you added a new dependencies that is being rejected,

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 ghcr.io/owl-corp/python-poetry-base:3.11-slim
1+
FROM --platform=linux/amd64 ghcr.io/owl-corp/python-poetry-base:3.12-slim
22

33
# Define Git SHA build argument for sentry
44
ARG git_sha="development"

0 commit comments

Comments
 (0)