Skip to content

Commit 4168121

Browse files
committed
Use python 3.10 in 'other' tests
1 parent de8df3b commit 4168121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: ${{ matrix.toxenv }}
4141
uses: actions/setup-python@v4
4242
with:
43-
python-version: 3.8
43+
python-version: "3.10"
4444
- name: Install tox
4545
run: |
4646
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)