Skip to content

Commit 23e89b9

Browse files
authored
bump python version in actions/tox to 3.10 (#159)
1 parent 6ac5cb2 commit 23e89b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/tox/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ runs:
5050
- name: setup python
5151
uses: actions/setup-python@v4
5252
with:
53-
python-version: "3.9"
53+
python-version: "3.10"
5454

5555
- name: Install tox
5656
run: pip install -U tox

0 commit comments

Comments
 (0)