Skip to content

Commit 2b6daa7

Browse files
committed
Update build matrix
1 parent 8b18a5c commit 2b6daa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Python
1212
uses: actions/setup-python@v4
1313
with:
14-
python-version: 3.11
14+
python-version: 3.13
1515
- name: Install dependencies
1616
run: |
1717
python -m pip install --upgrade pip
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
python-version: ["3.10", "3.11", "3.12"]
32+
python-version: ["3.11", "3.12", "3.13"]
3333

3434
steps:
3535
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)