Skip to content

Commit 128561f

Browse files
committed
update testing matrix
1 parent 1c8157a commit 128561f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python: [3.7, 3.8, 3.9, '3.10', 3.11]
17+
python: [3.9, '3.10', '3.11', '3.12', '3.13']
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020
- name: Setup Python
21-
uses: actions/setup-python@v1
21+
uses: actions/setup-python@v5
2222
with:
2323
python-version: ${{ matrix.python }}
2424
- name: Install Tox
@@ -32,11 +32,11 @@ jobs:
3232
matrix:
3333
linter: [flake8, black, license]
3434
steps:
35-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v4
3636
- name: Setup Python
37-
uses: actions/setup-python@v1
37+
uses: actions/setup-python@v5
3838
with:
39-
python-version: 3.9
39+
python-version: 3.11
4040
- name: Install Tox
4141
run: pip install tox
4242
- name: Run linter

0 commit comments

Comments
 (0)