Skip to content

Commit

Permalink
Tests: Fixed Python 3.10 version for GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Gallo committed Dec 3, 2021
1 parent 79193f5 commit 728d7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- tox-env: py39
python-version: 3.9
- tox-env: py310
python-version: 3.10
python-version: "3.10"
experimental: true
env:
TOXENV: ${{ matrix.tox-env }}
Expand Down

0 comments on commit 728d7a2

Please sign in to comment.