Skip to content

Commit 8097fca

Browse files
committed
Fix Python vesion
1 parent 298b14f commit 8097fca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ jobs:
1515
include:
1616
- name: Python 3.10
1717
python-version: '3.10'
18+
- name: Python 3.12
19+
python-version: '3.12'
1820
- name: Python 3.14
19-
python-version: '3.14'
21+
python-version: '3.13'
2022
steps:
2123
- name: Checkout code
2224
uses: actions/checkout@v4

0 commit comments

Comments
 (0)