Skip to content

Commit e2f2a8d

Browse files
authored
Update Python version to 3.10.20 in CI workflow
1 parent 1d930e8 commit e2f2a8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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.10.19'
15+
python-version: '3.10.20'
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.10.19 ]
25+
python: [3.10.20 ]
2626
os: [ubuntu-20.04]
2727
name: Test on Python ${{ matrix.python }}
2828
steps:

0 commit comments

Comments
 (0)