Skip to content

Commit

Permalink
Merge pull request #32 from leoisl/ci/all_pythons
Browse files Browse the repository at this point in the history
ci: re-enabling python versions 3.8, 3.9 and 3.10 in the CI tests
  • Loading branch information
leoisl authored Nov 17, 2023
2 parents 132abb8 + c30c2a0 commit 41c4b67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
# python-version: [ 3.8, 3.9, "3.10", 3.11 ]
python-version: [ 3.11 ]
python-version: [ 3.8, 3.9, "3.10", 3.11 ]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 41c4b67

Please sign in to comment.