Skip to content

Commit 8b08a4a

Browse files
committed
CI: Add test job for Python 3.13
Python 3.13 is now in beta, thus is might be useful to start testing what works and what doesn't. This PR adds a Python 3.13 job on Ubuntu.
1 parent 379c580 commit 8b08a4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
os: [windows, ubuntu, macos]
3434
python-version: ["3.12"]
3535
include:
36+
- os: ubuntu
37+
python-version: "3.13"
3638
- os: ubuntu
3739
python-version: "3.11"
3840
- os: ubuntu
@@ -47,6 +49,7 @@ jobs:
4749
uses: actions/setup-python@v5
4850
with:
4951
python-version: ${{ matrix.python-version }}
52+
allow-prereleases: true
5053
cache: 'pip'
5154
- name: Install uv
5255
run: pip install uv

0 commit comments

Comments
 (0)