Skip to content

Commit ba30966

Browse files
hartungsteniorvalyi
authored andcommitted
tests: fix CI image name
1 parent 0c16623 commit ba30966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- {name: Python 3.10, python: '3.10', os: ubuntu}
2121
- {name: Python 3.11, python: '3.11', os: ubuntu}
2222
- {name: Python 3.12, python: '3.12', os: ubuntu}
23-
- {name: Python 3.12, python: '3.13', os: ubuntu}
23+
- {name: Python 3.13, python: '3.13', os: ubuntu}
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: Set up Python ${{ matrix.python }}

0 commit comments

Comments
 (0)