Skip to content

Commit 15ca131

Browse files
Update ci-pull-request.yml
1 parent d960858 commit 15ca131

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci-pull-request.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ jobs:
1515
matrix:
1616
python_version:
1717
# https://python-release-cycle.glitch.me/
18-
- "3.7"
1918
- "3.8"
2019
- "3.9"
2120
- "3.10"
2221
- "3.11"
23-
runs-on: ubuntu-22.04
22+
- "3.12"
23+
- "3.13"
24+
runs-on: ubuntu-latest
2425
steps:
2526
- uses: actions/checkout@v3
2627

0 commit comments

Comments
 (0)