Skip to content

Commit db7dbde

Browse files
committed
Changed version of Python for GitHub Actions.
[CLOUDDST-21764]
1 parent ce6afc7 commit db7dbde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
17-
python-version: ["3.8", "3.9"]
17+
python-version: ["3.9", "3.10"]
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)