File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,14 +68,14 @@ jobs:
6868 - name : Set up Python ${{ matrix.python-version }}
6969 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
7070 with :
71- python-version : ' 3.13 '
71+ python-version : ' 3.14 '
7272
7373 - name : Start MySQL
7474 run : |
7575 sudo /etc/init.d/mysql start
7676
7777 - name : Install dependencies
78- run : uv sync --extra dev -p python3.13
78+ run : uv sync --extra dev -p python3.14
7979
8080 - name : Wait for MySQL connection
8181 run : |
8989 PYTEST_HOST : 127.0.0.1
9090 TERM : xterm
9191 run : |
92- uv run tox -e py3.13
92+ uv run tox -e py3.14
Original file line number Diff line number Diff line change 2323 - name : Set up Python
2424 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2525 with :
26- python-version : ' 3.13 '
26+ python-version : ' 3.14 '
2727
2828 - uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
2929 with :
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Upcoming (TBD)
44Internal
55---------
66* Factor ` main.py ` into several files using mixins.
7+ * Update Python versions used in CI.
78
89
9101.73.1 (2026/05/29)
You can’t perform that action at this time.
0 commit comments