Skip to content

Commit 7bcf615

Browse files
authored
Update Python versions in CI configuration
Updated Python versions in CI workflow to include 3.14 and pypy3.11.
1 parent fcd6c47 commit 7bcf615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ jobs:
5151
uses: actions/setup-python@v6
5252
with:
5353
python-version: |
54-
3.9
5554
3.10
5655
3.11
5756
3.12
5857
3.13
59-
pypy3.10
58+
3.14
59+
pypy3.11
6060
allow-prereleases: true
6161

6262
- name: Set up uv

0 commit comments

Comments
 (0)