Skip to content

Commit 31705de

Browse files
chore: update Python version references to 3.13 in workflows and configuration files
1 parent 4c44eb0 commit 31705de

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/fixtures.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Dry run CPython patch updates
3232
uses: ./
3333
with:
34-
track: '3.11'
34+
track: '3.13'
3535
dry_run: true
3636
paths: |
3737
fixtures/${{ matrix.fixture }}/**

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
exit 0
2727
fi
2828
29-
TRACK=${SANDBOX_TRACK:-3.11}
29+
TRACK=${SANDBOX_TRACK:-3.13}
3030
BRANCH=${SANDBOX_DEFAULT_BRANCH:-main}
3131
AUTOMERGE=${SANDBOX_AUTOMERGE:-false}
3232

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Dockerfile
110110
- name: CPython bump preview
111111
uses: casperkristiansson/python-version-patch-pr@v1
112112
with:
113-
track: '3.11'
113+
track: '3.13'
114114
dry_run: true
115115
```
116116

fixtures/basic/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM python:3.11.6-slim
2-
ENV PYTHON_VERSION=3.11.6
1+
FROM python:3.13.6-slim
2+
ENV PYTHON_VERSION=3.13.6

fixtures/basic/runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-3.11.6
1+
python-3.13.6

fixtures/workflow/.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
steps:
1010
- uses: actions/setup-python@v4
1111
with:
12-
python-version: '3.10.9'
12+
python-version: '3.13.6'

0 commit comments

Comments
 (0)