Skip to content

Commit c4c7bcd

Browse files
CI: Python 3.9 and 3.13, checkout@v4
Made-with: Cursor
1 parent ef8c131 commit c4c7bcd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
python-version: ["3.8", "3.9"]
17+
python-version: ["3.9", "3.13"]
1818

1919
steps:
2020
- name: Check out the repository
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222

2323
- name: Set up Python ${{ matrix.python-version }}
2424
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)