File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ARG VARIANT="3.9 "
1+ ARG VARIANT="3.12 "
22FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}
33
44USER vscode
55
6- COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
6+ COPY --from=ghcr.io/astral-sh/uv:0.10.2 /uv /uvx /bin/
77
88RUN echo "[[ -d .venv ]] && source .venv/bin/activate || export PATH=\$ PATH" >> /home/vscode/.bashrc
Original file line number Diff line number Diff line change 1919 - name : Install uv
2020 uses : astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5.4.2
2121 with :
22- version : ' 0.9.13 '
22+ version : ' 0.10.2 '
2323
2424 - name : Publish to PyPI
2525 run : |
Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ classifiers = [
5555 " Programming Language :: Python :: 3.11" ,
5656 " Programming Language :: Python :: 3.12" ,
5757 " Programming Language :: Python :: 3.13" ,
58- " Programming Language :: Python :: 3.14" ,
5958 " Operating System :: OS Independent" ,
6059 " Operating System :: POSIX" ,
6160 " Operating System :: MacOS" ,
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ export DEFER_PYDANTIC_BUILD=false
1010
1111# Note that we need to specify the patch version here so that uv
1212# won't use unstable (alpha, beta, rc) releases for the tests
13- PY_VERSION_MIN=" >=3.9.0 "
14- PY_VERSION_MAX=" >=3.14.0 "
13+ PY_VERSION_MIN=" >=3.12.0,<3.13 "
14+ PY_VERSION_MAX=" >=3.13.0,<3.14 "
1515
1616function run_tests() {
1717 echo " ==> Running tests with Pydantic v2"
You can’t perform that action at this time.
0 commit comments