Skip to content

Commit ad6dcf4

Browse files
committed
Another try
1 parent d298823 commit ad6dcf4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test-and-lint.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: [3.9, ¨3.10¨, 3.11, 3.12]
16-
15+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1716
steps:
1817
- uses: actions/checkout@v5
1918
- name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v4
2120
with:
2221
python-version: ${{ matrix.python-version }}
2322
- name: Install dependencies

0 commit comments

Comments
 (0)