Skip to content

Commit

Permalink
Launch the test suite for Python 3.10, 3.11 and 3.12.
Browse files Browse the repository at this point in the history
Current tests fail for Python 3.6.
  • Loading branch information
marcenacp committed Jun 5, 2024
1 parent afcc796 commit e5290de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6]
python-version: ['3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit e5290de

Please sign in to comment.