Skip to content

Commit c61a09c

Browse files
authored
#120 Update auxiliary CI workflows to Python 3.10.8
1 parent 204d08a commit c61a09c

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
@@ -83,7 +83,7 @@ jobs:
8383
- name: Set up Python ${{ matrix.python-version }}
8484
uses: actions/setup-python@v4
8585
with:
86-
python-version: 3.10.3
86+
python-version: 3.10.8
8787
- name: Install dependencies
8888
run: |
8989
pip install coverage
@@ -108,7 +108,7 @@ jobs:
108108
- name: Set up Python ${{ matrix.python-version }}
109109
uses: actions/setup-python@v4
110110
with:
111-
python-version: 3.10.3
111+
python-version: 3.10.8
112112
- name: Install dependencies
113113
run: pip install black
114114
- name: Run linters

0 commit comments

Comments
 (0)