Skip to content

Commit

Permalink
Unpin Python 3.9.6.
Browse files Browse the repository at this point in the history
Reverts 744482a.

Fix #1051.
  • Loading branch information
aaugustin committed Nov 11, 2021
1 parent b4d9a2a commit ffbb186
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Python 3.x
uses: actions/setup-python@v2
with:
python-version: "3.9.6"
python-version: "3.x"
- name: Install tox
run: pip install tox
- name: Run tests with coverage
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.7", "3.8", "3.9.6", "3.10"]
python: ["3.7", "3.8", "3.9", "3.10"]
steps:
- name: Check out repository
uses: actions/checkout@v2
Expand Down

0 comments on commit ffbb186

Please sign in to comment.