Skip to content

Commit d84d5bb

Browse files
committed
chg: Bump action
1 parent a115989 commit d84d5bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nosetests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ['3.8', '3.9', '3.10']
15+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1616

1717
steps:
1818

1919
- uses: actions/checkout@v2
2020

2121
- name: Set up Python ${{matrix.python-version}}
22-
uses: actions/setup-python@v2
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: ${{matrix.python-version}}
2525

0 commit comments

Comments
 (0)