Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 5025383

Browse files
committed
Use Python 3.13 final
1 parent 96d9696 commit 5025383

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0rc2']
15+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
1616

1717
container:
1818
image: python:${{ matrix.python-version }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ghcr.io/reddit/thrift-compiler:0.19.0 AS thrift
22

3-
FROM public.ecr.aws/docker/library/python:3.13.0rc2-bookworm
3+
FROM public.ecr.aws/docker/library/python:3.13
44

55
# TODO(ckuehl|2024-09-26): Remove this once Python 3.13 wheels are available for our dependencies.
66
# https://github.com/confluentinc/confluent-kafka-python/blob/master/INSTALL.md#install-from-source-on-debian-or-ubuntu

0 commit comments

Comments
 (0)