Skip to content

Commit

Permalink
bring back all the python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcomstock committed Feb 14, 2025
1 parent 170b128 commit 3eecd58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
python-version: [3.5]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3eecd58

Please sign in to comment.