Skip to content

Commit 7991239

Browse files
authored
update python versions for test
1 parent c5f60fb commit 7991239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup python
1313
uses: actions/setup-python@v1
1414
with:
15-
python-version: '3.8'
15+
python-version: '3.9.22'
1616
architecture: x64
1717
- name: Install dependencies
1818
run: pip install -r dev-requirements.txt
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
python: [3.8, 3.9 ]
25+
python: [3.9.22, 3.10.17 ]
2626
os: [ubuntu-20.04]
2727
name: Test on Python ${{ matrix.python }}
2828
steps:

0 commit comments

Comments
 (0)