This repository was archived by the owner on Jul 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +16
-16
lines changed Expand file tree Collapse file tree 10 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ runs:
2222 steps :
2323 - uses : actions/setup-python@v5
2424 with :
25- python-version : ' 3.10 '
25+ python-version : ' 3.11 '
2626 - uses : astral-sh/setup-uv@v6
2727 with :
28- python-version : ' 3.10 '
28+ python-version : ' 3.11 '
2929 enable-cache : false
3030
3131 - uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change 3333set -x
3434TMPDIR=$( mktemp -d)
3535cd $TMPDIR
36- uv venv -p python3.10
36+ uv venv -p python3.11
3737source .venv/bin/activate
3838
3939uv pip install --index-url https://test.pypi.org/simple/ \
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ runs:
2323 steps :
2424 - uses : actions/setup-python@v5
2525 with :
26- python-version : ' 3.10 '
26+ python-version : ' 3.11 '
2727 - uses : astral-sh/setup-uv@v6
2828 with :
29- python-version : ' 3.10 '
29+ python-version : ' 3.11 '
3030 enable-cache : false
3131 - uses : actions/setup-node@v3
3232 with :
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ add_bump_version_commit() {
122122
123123TMPDIR=$( mktemp -d)
124124cd $TMPDIR
125- uv venv -p python3.10 build-env
125+ uv venv -p python3.11 build-env
126126source build-env/bin/activate
127127
128128uv pip install twine
@@ -188,7 +188,7 @@ rm -rf build-env
188188for repo in " ${REPOS[@]} " ; do
189189 cd $TMPDIR
190190 if [ " $repo " != " stack-client-typescript" ]; then
191- uv venv -p python3.10 repo-$repo -env
191+ uv venv -p python3.11 repo-$repo -env
192192 source repo-$repo -env/bin/activate
193193 fi
194194
Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ runs:
4242 steps :
4343 - uses : actions/setup-python@v5
4444 with :
45- python-version : ' 3.10 '
45+ python-version : ' 3.11 '
4646 - uses : astral-sh/setup-uv@v6
4747 with :
48- python-version : ' 3.10 '
48+ python-version : ' 3.11 '
4949 enable-cache : false
5050
5151 - name : Set up Docker Buildx
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ is_truthy() {
3838TMPDIR=$( mktemp -d)
3939cd $TMPDIR
4040
41- uv venv -p python3.10
41+ uv venv -p python3.11
4242source .venv/bin/activate
4343
4444build_packages () {
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ runs:
2323 steps :
2424 - uses : actions/setup-python@v5
2525 with :
26- python-version : ' 3.10 '
26+ python-version : ' 3.11 '
2727 - uses : astral-sh/setup-uv@v6
2828 with :
29- python-version : ' 3.10 '
29+ python-version : ' 3.11 '
3030 enable-cache : false
3131 - name : Install dependencies
3232 shell : bash
Original file line number Diff line number Diff line change 1818TMPDIR=$( mktemp -d)
1919cd $TMPDIR
2020
21- uv venv -p python3.10
21+ uv venv -p python3.11
2222source .venv/bin/activate
2323
2424max_attempts=6
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ runs:
1919 steps :
2020 - uses : actions/setup-python@v5
2121 with :
22- python-version : ' 3.10 '
22+ python-version : ' 3.11 '
2323 - uses : astral-sh/setup-uv@v6
2424 with :
25- python-version : ' 3.10 '
25+ python-version : ' 3.11 '
2626 enable-cache : false
2727 - uses : actions/setup-node@v3
2828 with :
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ is_truthy() {
3131TMPDIR=$( mktemp -d)
3232cd $TMPDIR
3333
34- uv venv -p python3.10
34+ uv venv -p python3.11
3535source .venv/bin/activate
3636
3737uv pip install twine
You can’t perform that action at this time.
0 commit comments