Skip to content

Commit

Permalink
Update test-package.yml
Browse files Browse the repository at this point in the history
Drop Python 3.7 and add Python 3.11 & 3.12.
  • Loading branch information
asitha-sena authored Jan 28, 2024
1 parent 49ee756 commit 65cbc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
runs-on: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

runs-on: ${{matrix.runs-on}}

Expand Down

0 comments on commit 65cbc52

Please sign in to comment.