Skip to content

Commit

Permalink
fix: version in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
a5chin committed Jan 23, 2025
1 parent 441c54b commit 3c3ff55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
python-version: ["latest"]
python-version: ["3.13"]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG DEBIAN_VERSION=bookworm
ARG UV_VERSION=latest
ARG VARIANT=latest
ARG VARIANT=3.13


FROM ghcr.io/astral-sh/uv:$UV_VERSION AS uv
Expand Down

0 comments on commit 3c3ff55

Please sign in to comment.