Skip to content

Commit

Permalink
[py] bump to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Apr 8, 2024
1 parent c3a6f80 commit e4214ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pxd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
uses: ./.github/workflows/common.yml
with:
workdir: pxd
format-pkgs: python3.11-venv black
build-pkgs: python3.11-venv libsdl2-dev
format-pkgs: python3.12-venv black
build-pkgs: python3.12-venv libsdl2-dev
cache-paths: |
pxd/venv
cache-key: venv
4 changes: 2 additions & 2 deletions .github/workflows/py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
uses: ./.github/workflows/common.yml
with:
workdir: py
format-pkgs: python3.11-venv
build-pkgs: python3.11-venv
format-pkgs: python3.12-venv
build-pkgs: python3.12-venv
cache-paths: |
py/venv
~/.cache/pip
Expand Down
3 changes: 1 addition & 2 deletions utils/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
ARG GO_VERSION=1.22.2
ARG NIM_VERSION=2.0.2
ARG PHP_VERSION=8.3.4
# 3.12.2
ARG PYTHON_VERSION=3.11.5
ARG PYTHON_VERSION=3.12.2
ARG RUST_VERSION=1.77.1
ARG ZIG_VERSION=0.11.0

Expand Down

0 comments on commit e4214ce

Please sign in to comment.