Skip to content

Commit

Permalink
ci: re-enabling python versions 3.8, 3.9 and 3.10 in the CI tests
Browse files Browse the repository at this point in the history
as we are getting close to the end of the dev cycle
  • Loading branch information
leoisl committed Nov 17, 2023
1 parent 132abb8 commit c30c2a0
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 c30c2a0

Please sign in to comment.