Skip to content

Commit

Permalink
Changed version of Python for GitHub Actions.
Browse files Browse the repository at this point in the history
[CLOUDDST-21764]
  • Loading branch information
lipoja committed Jan 26, 2024
1 parent ce6afc7 commit db7dbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
python-version: ["3.8", "3.9"]
python-version: ["3.9", "3.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit db7dbde

Please sign in to comment.