Skip to content

Commit 14b8d10

Browse files
committed
Fix Python version name
1 parent 8097fca commit 14b8d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: '3.10'
1818
- name: Python 3.12
1919
python-version: '3.12'
20-
- name: Python 3.14
20+
- name: Python 3.13
2121
python-version: '3.13'
2222
steps:
2323
- name: Checkout code

0 commit comments

Comments
 (0)