Skip to content

Commit

Permalink
fix github actions for 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud committed Jan 12, 2025
1 parent b13e704 commit c225e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- { name: "3.10", python: "3.10", os: ubuntu-latest, tox: py310 }
- { name: "3.9", python: "3.9", os: ubuntu-latest, tox: py39 }
- { name: "3.8", python: "3.8", os: ubuntu-latest, tox: py38 }
- { name: "3.7", python: "3.7", os: ubuntu-latest, tox: py37 }
- { name: "3.7", python: "3.7", os: ubuntu-22.04, tox: py37 }
- { name: "PyPy3", python: "pypy-3.9", os: ubuntu-latest, tox: pypy3 }
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c225e2a

Please sign in to comment.