Skip to content

Commit 2d9d2c4

Browse files
committed
chore: Python 3.14 in CI
1 parent 80c337f commit 2d9d2c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
python-version: '3.10'
1818
- name: Python 3.12
1919
python-version: '3.12'
20-
- name: Python 3.13
21-
python-version: '3.13'
20+
- name: Python 3.14
21+
python-version: '3.14'
2222
steps:
2323
- name: Checkout code
2424
uses: actions/checkout@v6

0 commit comments

Comments
 (0)