Skip to content

Commit 1746c7e

Browse files
authored
Merge pull request #1902 from dbcli/RW/update-ci-python-versions
Updates to CI Python versions
2 parents 9476a3d + dbaf3c4 commit 1746c7e

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: |
@@ -89,4 +89,4 @@ jobs:
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

.github/workflows/typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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:

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Upcoming (TBD)
44
Internal
55
---------
66
* Factor `main.py` into several files using mixins.
7+
* Update Python versions used in CI.
78

89

910
1.73.1 (2026/05/29)

0 commit comments

Comments
 (0)