Skip to content

Commit

Permalink
Re-enable pip 3.x in CI test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
nozaq committed Feb 26, 2025
1 parent c93a146 commit e4887b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,7 @@ jobs:
needs: core
strategy:
matrix:
# TODO: re-enable 3.x when it's working again
# python: [ '3.8', '3.10', '3.x' ]
python: [ '3.8', '3.10' ]
python: [ '3.8', '3.10', '3.x' ]
steps:
- uses: actions/checkout@v4
- name: Setup python
Expand Down

0 comments on commit e4887b5

Please sign in to comment.